| 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 900e658bc96e925bb14f820d29aa1d46a3575165..229cf0e6cee3c7539f220a37a6c1a68be96e5f55 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -472,8 +472,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| void GetPictureLayerImplPairs(std::vector<PictureLayerImpl::Pair>* layers,
|
| bool need_valid_tile_priorities) const;
|
|
|
| - void SetTopControlsLayoutHeight(float height);
|
| -
|
| void SetRequiresHighResToDraw() { requires_high_res_to_draw_ = true; }
|
| void ResetRequiresHighResToDraw() { requires_high_res_to_draw_ = false; }
|
| bool RequiresHighResToDraw() const { return requires_high_res_to_draw_; }
|
|
|