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

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

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
Index: content/renderer/android/synchronous_compositor_filter.cc
diff --git a/content/renderer/android/synchronous_compositor_filter.cc b/content/renderer/android/synchronous_compositor_filter.cc
index 9bde7f386e0f74d44ea472a0279c9cbc7f57e1e0..24ccc98b5fe825fae2e868c3bcc29dda9c31a3d1 100644
--- a/content/renderer/android/synchronous_compositor_filter.cc
+++ b/content/renderer/android/synchronous_compositor_filter.cc
@@ -220,8 +220,8 @@ void SynchronousCompositorFilter::SetBoundHandler(const Handler& handler) {
handler));
}
-void SynchronousCompositorFilter::DidAddInputHandler(int routing_id) {}
-void SynchronousCompositorFilter::DidRemoveInputHandler(int routing_id) {}
+void SynchronousCompositorFilter::RegisterRoutingID(int routing_id) {}
+void SynchronousCompositorFilter::UnregisterRoutingID(int routing_id) {}
void SynchronousCompositorFilter::SetBoundHandlerOnCompositorThread(
const Handler& handler) {
« no previous file with comments | « content/renderer/android/synchronous_compositor_filter.h ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698