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

Unified Diff: content/renderer/input/input_handler_proxy_client.h

Issue 136173004: Early terminate flings when scrolling impossible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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/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 cb86dea1f174cfde5e4e11ade8300bc7f90a5d5e..47aedf7cb19efaa00a5cb7d98022eea9523b7ec0 100644
--- a/content/renderer/input/input_handler_proxy_client.h
+++ b/content/renderer/input/input_handler_proxy_client.h
@@ -14,6 +14,8 @@ struct WebSize;
namespace content {
+struct DidOverscrollParams;
+
// All callbacks invoked from the compositor thread.
class InputHandlerProxyClient {
public:
@@ -32,7 +34,7 @@ class InputHandlerProxyClient {
const blink::WebFloatPoint& velocity,
const blink::WebSize& cumulative_scroll) = 0;
- virtual void DidOverscroll(const cc::DidOverscrollParams& params) = 0;
+ virtual void DidOverscroll(const DidOverscrollParams& params) = 0;
virtual void DidStopFlinging() = 0;
« no previous file with comments | « content/renderer/input/input_handler_proxy.cc ('k') | content/renderer/input/input_handler_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698