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

Unified Diff: cc/input/input_handler.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
« no previous file with comments | « no previous file | cc/input/top_controls_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index fde89d265d6f6d7043065d6a6ef9833202b01f55..538339f50b8a9bcd165960659073ea75a969aa85 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -43,6 +43,10 @@ class CC_EXPORT InputHandlerClient {
// InputHandler::ScrollBegin.
virtual void DidOverscroll(const DidOverscrollParams& params) = 0;
+ // Called when the TopControlsManager has finished handling the top control
+ // auto-hide/auto-show gesture.
+ virtual void DidFinishTopControlsGesture() = 0;
+
protected:
InputHandlerClient() {}
« no previous file with comments | « no previous file | cc/input/top_controls_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698