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

Unified Diff: cc/input/top_controls_manager.h

Issue 661643004: [android] Remove unused scroll delta in TopControls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding my name to authors lists Created 6 years, 2 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: cc/input/top_controls_manager.h
diff --git a/cc/input/top_controls_manager.h b/cc/input/top_controls_manager.h
index 1aface88017c0b4556ebf8de7c8050c3530b2fbf..6e74c9e8d17a40cb1a382f1bf0b1241635de3587 100644
--- a/cc/input/top_controls_manager.h
+++ b/cc/input/top_controls_manager.h
@@ -55,6 +55,7 @@ class CC_EXPORT TopControlsManager
void ScrollBegin();
gfx::Vector2dF ScrollBy(const gfx::Vector2dF& pending_delta);
void ScrollEnd();
+ void RemoveUnUsedScrollDelta(float unused_delta);
// The caller should ensure that |Pinch{Begin,End}| are called within
// the scope of |Scroll{Begin,End}|.
« no previous file with comments | « AUTHORS ('k') | cc/input/top_controls_manager.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698