22#include "include/cef_browser.h"
23#include "include/cef_config.h"
36 CefWindowHandle hwnd = browser->GetHost()->GetWindowHandle();
37 SetWindowText(hwnd, std::string(title).c_str());
static bool PlatformResize(CefRefPtr< CefBrowser > browser, int width, int height)
void PlatformTitleChange(CefRefPtr< CefBrowser > browser, const CefString &title)
static bool PlatformInit()