15#import <Cocoa/Cocoa.h>
17#include "include/cef_browser.h"
27 NSView *view = (
NSView *)browser->GetHost()->GetWindowHandle();
29 std::string titleStr(title);
30 NSString *str = [NSString stringWithUTF8String:titleStr.c_str()];
31 [window setTitle:str];
static bool PlatformResize(CefRefPtr< CefBrowser > browser, int width, int height)
void PlatformTitleChange(CefRefPtr< CefBrowser > browser, const CefString &title)
static bool PlatformInit()