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

Unified Diff: content/renderer/gpu/input_event_filter.h

Issue 15002007: Delegate root layer scroll offset to android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unittest compile Created 7 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/gpu/input_event_filter.h
diff --git a/content/renderer/gpu/input_event_filter.h b/content/renderer/gpu/input_event_filter.h
index 3638ebac35f0d8225d8fe5570344564dd1a090b1..4ec7fc79562d47f8606205b8302963930801d654 100644
--- a/content/renderer/gpu/input_event_filter.h
+++ b/content/renderer/gpu/input_event_filter.h
@@ -44,7 +44,8 @@ class CONTENT_EXPORT InputEventFilter
// InputHostMsg_HandleInputEvent_ACK.
//
virtual void SetBoundHandler(const Handler& handler) OVERRIDE;
- virtual void DidAddInputHandler(int routing_id) OVERRIDE;
+ virtual void DidAddInputHandler(int routing_id,
+ cc::InputHandler* input_handler) OVERRIDE;
virtual void DidRemoveInputHandler(int routing_id) OVERRIDE;
// IPC::ChannelProxy::MessageFilter methods:
« no previous file with comments | « content/public/browser/android/synchronous_compositor_client.h ('k') | content/renderer/gpu/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698