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

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

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.h
diff --git a/content/browser/android/in_process/synchronous_input_event_filter.h b/content/browser/android/in_process/synchronous_input_event_filter.h
index a6fa68fcfdac102e0bd699bb2212cf0da5aa9956..12353c5f25f8999bcf361eba46a15d1b2a8eec24 100644
--- a/content/browser/android/in_process/synchronous_input_event_filter.h
+++ b/content/browser/android/in_process/synchronous_input_event_filter.h
@@ -38,6 +38,7 @@ class SynchronousInputEventFilter : public InputHandlerManagerClient {
virtual void DidRemoveInputHandler(int routing_id) OVERRIDE;
virtual void DidOverscroll(int routing_id,
const cc::DidOverscrollParams& params) OVERRIDE;
+ virtual void DidFinishTopControlsGesture(int routing_id) OVERRIDE;
private:
void SetBoundHandlerOnUIThread(const Handler& handler);

Powered by Google App Engine
This is Rietveld 408576698