| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index b4687d9d964fe67c9069efca00094e1c665b4097..5d22ab33e709ad578d2e7ad089e2272d0211da1c 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -472,6 +472,7 @@ class CC_EXPORT LayerTreeImpl {
|
| float max_page_scale_factor);
|
| bool IsViewportLayerId(int id) const;
|
| void UpdateScrollbars(int scroll_layer_id, int clip_layer_id);
|
| + void ShowScrollbars();
|
| void DidUpdatePageScale();
|
| void PushBrowserControls(const float* top_controls_shown_ratio);
|
| bool ClampBrowserControlsShownRatio();
|
|
|