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

Unified Diff: content/renderer/input/input_handler_proxy_client.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 | « content/renderer/input/input_handler_proxy.cc ('k') | content/renderer/input/input_handler_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/input/input_handler_proxy_client.h
diff --git a/content/renderer/input/input_handler_proxy_client.h b/content/renderer/input/input_handler_proxy_client.h
index 7ef1121bf7ca7b7a848f803979e02fbcacd5b034..5fee9ac7faf3d7e8d88df1ed8db160c97c4d3f09 100644
--- a/content/renderer/input/input_handler_proxy_client.h
+++ b/content/renderer/input/input_handler_proxy_client.h
@@ -34,6 +34,8 @@ class InputHandlerProxyClient {
virtual void DidOverscroll(const cc::DidOverscrollParams& params) = 0;
+ virtual void DidFinishTopControlsGesture() = 0;
+
protected:
virtual ~InputHandlerProxyClient() {}
};
« no previous file with comments | « content/renderer/input/input_handler_proxy.cc ('k') | content/renderer/input/input_handler_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698