Fix bug when dragging to a window before mouse events have been detected (issue #262).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@256 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-06-14 15:45:00 +00:00
parent 02d6f3e384
commit 2a0299fc29
3 changed files with 13 additions and 3 deletions

View File

@@ -56,9 +56,7 @@ class WebViewHost : public WebWidgetHost {
WebViewHost();
#if defined(OS_WIN)
virtual bool WndProc(UINT message, WPARAM wparam, LPARAM lparam) {
return false;
}
virtual bool WndProc(UINT message, WPARAM wparam, LPARAM lparam);
virtual void MouseEvent(UINT message, WPARAM wparam, LPARAM lparam);
#endif