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

Unified Diff: content/renderer/mus/compositor_mus_connection_unittest.cc

Issue 2166703003: Implement Main Thread RAF Aligned Input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_main_thread_queue
Patch Set: Rename NeedsMainFrame to SetNeedsMainFrame and move it to the render_widget Created 4 years, 4 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 | « content/renderer/input/main_thread_event_queue_unittest.cc ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/compositor_mus_connection_unittest.cc
diff --git a/content/renderer/mus/compositor_mus_connection_unittest.cc b/content/renderer/mus/compositor_mus_connection_unittest.cc
index e6d813637405f7a982382872c6f3b7d27c7c6548..6ef2f75dde096b7486f907e92a5a9d7304dae21d 100644
--- a/content/renderer/mus/compositor_mus_connection_unittest.cc
+++ b/content/renderer/mus/compositor_mus_connection_unittest.cc
@@ -122,7 +122,8 @@ class TestInputHandlerManagerClient
~TestInputHandlerManagerClient() override{};
// content::InputHandlerManagerClient:
- void SetBoundHandler(const Handler& handler) override {}
+ void SetInputHandlerManager(
+ content::InputHandlerManager* input_handler_manager) override {}
void RegisterRoutingID(int routing_id) override {}
void UnregisterRoutingID(int routing_id) override {}
void DidOverscroll(int routing_id,
@@ -133,6 +134,7 @@ class TestInputHandlerManagerClient
int routing_id,
blink::WebInputEvent::Type type,
content::InputEventAckState ack_result) override {}
+ void ProcessRafAlignedInput(int routing_id) override {}
private:
DISALLOW_COPY_AND_ASSIGN(TestInputHandlerManagerClient);
« no previous file with comments | « content/renderer/input/main_thread_event_queue_unittest.cc ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698