| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index b17b5a4c4a77e2f3f943920bd30e68c95a880bbe..832129d57da1b976505d0d6330dd7743970d52d5 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -210,8 +210,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_; }
|
|
|