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

Unified Diff: content/renderer/input/input_handler_manager.h

Issue 1774973002: Revert of Update WindowTree::OnWindowInputEventAck to include handled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | content/renderer/input/render_widget_input_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/input/input_handler_manager.h
diff --git a/content/renderer/input/input_handler_manager.h b/content/renderer/input/input_handler_manager.h
index a77a67e3133f017efd834c1f806161c46d7c8460..c8bfb75262e6d3be82b6afda9e59568086c39140 100644
--- a/content/renderer/input/input_handler_manager.h
+++ b/content/renderer/input/input_handler_manager.h
@@ -47,7 +47,7 @@
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner,
InputHandlerManagerClient* client,
scheduler::RendererScheduler* renderer_scheduler);
- virtual ~InputHandlerManager();
+ ~InputHandlerManager();
// Callable from the main thread only.
void AddInputHandler(int routing_id,
@@ -68,10 +68,9 @@
void RemoveInputHandler(int routing_id);
// Called from the compositor's thread.
- virtual InputEventAckState HandleInputEvent(
- int routing_id,
- const blink::WebInputEvent* input_event,
- ui::LatencyInfo* latency_info);
+ InputEventAckState HandleInputEvent(int routing_id,
+ const blink::WebInputEvent* input_event,
+ ui::LatencyInfo* latency_info);
// Called from the compositor's thread.
void DidOverscroll(int routing_id, const DidOverscrollParams& params);
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | content/renderer/input/render_widget_input_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698