| 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 ba4fabf09afdb746e9a9055b591a620be72afcf3..c3f296990e94b187f913b0e410f8a6fd9f685261 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -468,7 +468,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| void GetPictureLayerImplPairs(std::vector<PictureLayerImpl::Pair>* layers,
|
| bool need_valid_tile_priorities) const;
|
|
|
| - void SetTopControlsLayoutHeight(float height);
|
| + void SetTopControlsHeight(float height);
|
| + void SetTopControlsShrinkBlinkSize(bool shrink);
|
|
|
| void SetRequiresHighResToDraw() { requires_high_res_to_draw_ = true; }
|
| void ResetRequiresHighResToDraw() { requires_high_res_to_draw_ = false; }
|
|
|