| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 9dbaa2c020b4227dd368d51bd00b79cea188c9d5..4a3f3ab9ef81783967513c03b0ae7185856811e2 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -464,6 +464,7 @@ class CC_EXPORT LayerTreeImpl {
|
| void ClearLayerList();
|
|
|
| void BuildLayerListForTesting();
|
| + void HandleScrollbarShowRequestsFromMain();
|
|
|
| void InvalidateRegionForImages(const ImageIdFlatSet& images_to_invalidate);
|
|
|
| @@ -476,7 +477,6 @@ 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();
|
|
|