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

Unified Diff: cc/trees/layer_tree_host_impl.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: content-offset -> top-controls-shown renaming and respond to bokan's comments 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
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index fc802c8f391e818ab22895247b223b4c305a3ecc..94544db87f09f21be9ecb8fd1e607834f1446fcc 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -206,6 +206,7 @@ class CC_EXPORT LayerTreeHostImpl
// TopControlsManagerClient implementation.
float TopControlsHeight() const override;
+ float BottomControlsHeight() const override;
void SetCurrentTopControlsShownRatio(float offset) override;
float CurrentTopControlsShownRatio() const override;
void DidChangeTopControlsPosition() override;

Powered by Google App Engine
This is Rietveld 408576698