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

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

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.cc
diff --git a/content/renderer/gpu/input_event_filter.cc b/content/renderer/gpu/input_event_filter.cc
index 5b2d0d4ef597eda40837150b34c52ce4ca0d4489..2021661b2f32e219d969beacc8109244461a2eba 100644
--- a/content/renderer/gpu/input_event_filter.cc
+++ b/content/renderer/gpu/input_event_filter.cc
@@ -29,7 +29,9 @@ void InputEventFilter::SetBoundHandler(const Handler& handler) {
handler_ = handler;
}
-void InputEventFilter::DidAddInputHandler(int routing_id) {
+void InputEventFilter::DidAddInputHandler(
+ int routing_id,
+ base::WeakPtr<cc::InputHandler> input_handler) {
base::AutoLock locked(routes_lock_);
routes_.insert(routing_id);
}

Powered by Google App Engine
This is Rietveld 408576698