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

Unified Diff: content/browser/android/in_process/synchronous_input_event_filter.cc

Issue 139563004: Notification on finish handling of top control gesture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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/browser/android/in_process/synchronous_input_event_filter.cc
diff --git a/content/browser/android/in_process/synchronous_input_event_filter.cc b/content/browser/android/in_process/synchronous_input_event_filter.cc
index b8ba0ea335274a37af721a590f275fed9031b1d0..21a90b834a4a2d49db14b5dbfab2d3a47af0cbb8 100644
--- a/content/browser/android/in_process/synchronous_input_event_filter.cc
+++ b/content/browser/android/in_process/synchronous_input_event_filter.cc
@@ -76,4 +76,7 @@ void SynchronousInputEventFilter::DidOverscroll(
compositor->DidOverscroll(params);
}
+void SynchronousInputEventFilter::DidFinishTopControlsGesture(int routing_id) {
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698