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

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

Issue 2637403012: Suppress ET_MOUSE_MOVE when the mouse hasn't moved on Windows. (Closed)
Patch Set: Move to render_host_widget Created 3 years, 11 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/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index dbf3024f8b635fa3f21fed69baa58a67038324fc..6f80905f9cc244c279f26cf3a9d432882350164e 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -565,6 +565,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
bool virtual_keyboard_requested_;
std::unique_ptr<ui::OnScreenKeyboardObserver> keyboard_observer_;
+
+ std::unique_ptr<ui::EventHandler> event_filter_for_mouse_move_;
+
#endif
bool has_snapped_to_boundary_;

Powered by Google App Engine
This is Rietveld 408576698