cefclient: Mac: Introduce RootWindow concept and associated window/client object hierarchy (issue #1500).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2006 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2015-01-30 18:07:13 +00:00
parent 0031e7c603
commit c44f6f7efb
36 changed files with 1676 additions and 1424 deletions

View File

@@ -32,7 +32,7 @@ class BrowserWindowStdWin : public BrowserWindow {
void Show() OVERRIDE;
void Hide() OVERRIDE;
void SetBounds(int x, int y, size_t width, size_t height) OVERRIDE;
void SetFocus() OVERRIDE;
void SetFocus(bool focus) OVERRIDE;
ClientWindowHandle GetWindowHandle() const OVERRIDE;
private: