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

Unified Diff: cc/input/top_controls_manager.h

Issue 2106753004: Introduce bottom controls to CC and let it respond to scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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') | cc/input/top_controls_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/top_controls_manager.h
diff --git a/cc/input/top_controls_manager.h b/cc/input/top_controls_manager.h
index 4ec45776e99e9f7452a65fc2762dec48f5d68213..35b24d991c48df8940b3731809319ce4c67ca933 100644
--- a/cc/input/top_controls_manager.h
+++ b/cc/input/top_controls_manager.h
@@ -40,6 +40,9 @@ class CC_EXPORT TopControlsManager
float ContentTopOffset() const;
float TopControlsShownRatio() const;
float TopControlsHeight() const;
+ float BottomControlsHeight() const;
+ float BottomControlsOffset() const;
bokan 2016/06/30 12:31:21 Please match the exiting convention: BottomContro
Ian Wen 2016/07/01 02:51:44 Done.
+ float BottomContentOffset() const;
bool has_animation() const { return animation_direction_ != NO_ANIMATION; }
AnimationDirection animation_direction() { return animation_direction_; }
« no previous file with comments | « no previous file | cc/input/top_controls_manager.cc » ('j') | cc/input/top_controls_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698