Windows: Fix assignment of keyboard focus (issue #1248).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1643 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2014-04-04 22:26:39 +00:00
parent 199a3faafe
commit d8aed5b52d
4 changed files with 45 additions and 0 deletions

View File

@@ -456,6 +456,8 @@ class CefBrowserHostImpl : public CefBrowserHost,
static LPCTSTR GetWndClass();
static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
WPARAM wParam, LPARAM lParam);
void PlatformSetViewFocus();
#endif
// Create the window.