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

Unified Diff: content/browser/renderer_host/input/input_router_client.h

Issue 281723010: Bundle DidOverscrollParams with the InputEventAck (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 years, 7 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 | content/browser/renderer_host/input/input_router_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/input_router_client.h
diff --git a/content/browser/renderer_host/input/input_router_client.h b/content/browser/renderer_host/input/input_router_client.h
index 647c081e3b945aa78c927498b510454a0f1f606b..89efb37915a76b5dcf29d322387a2ad085b366ee 100644
--- a/content/browser/renderer_host/input/input_router_client.h
+++ b/content/browser/renderer_host/input/input_router_client.h
@@ -18,6 +18,7 @@ struct LatencyInfo;
namespace content {
class OverscrollController;
+struct DidOverscrollParams;
class CONTENT_EXPORT InputRouterClient {
public:
@@ -56,6 +57,8 @@ class CONTENT_EXPORT InputRouterClient {
// of the call to Flush. The call will typically be asynchronous with
// respect to the call to |Flush| on the InputRouter.
virtual void DidFlush() = 0;
+
+ virtual void DidOverscroll(const DidOverscrollParams& params) = 0;
};
} // namespace content
« no previous file with comments | « no previous file | content/browser/renderer_host/input/input_router_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698