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

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: rebase on top of Jared's CL 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 499003c0d510bd05fe1c6af9f1cf69f2873f7ca8..c5b75c015fc46482c2b672d2656a5949d2636e58 100644
--- a/content/renderer/gpu/input_event_filter.h
+++ b/content/renderer/gpu/input_event_filter.h
@@ -44,7 +44,9 @@ 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,
+ base::WeakPtr<cc::InputHandler> input_handler) OVERRIDE;
virtual void DidRemoveInputHandler(int routing_id) OVERRIDE;
// IPC::ChannelProxy::MessageFilter methods:

Powered by Google App Engine
This is Rietveld 408576698