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

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

Issue 2727683002: Fix unit tests to enable them testing with the rAF aligned touch input. (Closed)
Patch Set: Rebase Created 3 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/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 e31d938c72b61b658ff4a9cd53ad24ca8411f244..cd5be53cfe20c402f244f5d6ef63da7b7c2493ae 100644
--- a/content/renderer/input/input_handler_manager.h
+++ b/content/renderer/input/input_handler_manager.h
@@ -104,7 +104,7 @@ class CONTENT_EXPORT InputHandlerManager {
void DidAnimateForInput();
// Called from the compositor's thread.
- void NeedsMainFrame(int routing_id);
+ virtual void NeedsMainFrame(int routing_id);
// Called from the compositor's thread.
void DispatchNonBlockingEventToMainThread(
« no previous file with comments | « content/renderer/input/input_event_filter_unittest.cc ('k') | content/renderer/input/main_thread_event_queue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698