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

Unified Diff: content/renderer/android/synchronous_compositor_filter.h

Issue 2065333002: Reland "Respect the order of input messages from browser to renderer" (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2743
Patch Set: Created 4 years, 6 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/public/renderer/render_view.h ('k') | content/renderer/android/synchronous_compositor_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/android/synchronous_compositor_filter.h
diff --git a/content/renderer/android/synchronous_compositor_filter.h b/content/renderer/android/synchronous_compositor_filter.h
index c8f159e66d9e42f1c99b16d1f78fb082705cf25b..5cbebb987f066485c73fb426207b1d693eec1883 100644
--- a/content/renderer/android/synchronous_compositor_filter.h
+++ b/content/renderer/android/synchronous_compositor_filter.h
@@ -62,8 +62,8 @@ class SynchronousCompositorFilter
// InputHandlerManagerClient overrides.
void SetBoundHandler(const Handler& handler) override;
- void DidAddInputHandler(int routing_id) override;
- void DidRemoveInputHandler(int routing_id) override;
+ void RegisterRoutingID(int routing_id) override;
+ void UnregisterRoutingID(int routing_id) override;
void DidOverscroll(int routing_id,
const DidOverscrollParams& params) override;
void DidStartFlinging(int routing_id) override;
« no previous file with comments | « content/public/renderer/render_view.h ('k') | content/renderer/android/synchronous_compositor_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698