Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1300)

Unified Diff: content/browser/renderer_host/legacy_render_widget_host_win.h

Issue 159713012: Don't track mouse events in HWNDMessageHandler when they are forwarded by the LegacyRenderWidgetHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/legacy_render_widget_host_win.h
===================================================================
--- content/browser/renderer_host/legacy_render_widget_host_win.h (revision 249537)
+++ content/browser/renderer_host/legacy_render_widget_host_win.h (working copy)
@@ -116,6 +116,12 @@
LRESULT OnPaint(UINT message, WPARAM w_param, LPARAM l_param);
LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
+ static LRESULT CALLBACK ParentWindowSuperClassProc(HWND window,
+ UINT message,
+ WPARAM w_param,
+ LPARAM l_param);
+ static WNDPROC g_parent_original_class_proc;
+
content::BrowserAccessibilityManagerWin* manager_;
base::win::ScopedComPtr<IAccessible> window_accessible_;

Powered by Google App Engine
This is Rietveld 408576698