Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index d41e73df07482f68fc3922b86576d79e1db326ac..e677f890f0d97d6a6c79dbf1c9d12d34d748a39f 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -211,8 +211,7 @@ class CC_EXPORT LayerTreeHost { |
GpuRasterizationStatus GetGpuRasterizationStatus() const; |
void SetViewportSize(const gfx::Size& device_viewport_size); |
- void SetTopControlsShrinkBlinkSize(bool shrink); |
- void SetTopControlsHeight(float height); |
+ void SetTopControlsHeight(float height, bool shrink); |
void SetTopControlsShownRatio(float ratio); |
gfx::Size device_viewport_size() const { return device_viewport_size_; } |