| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 09a00bb63ab9941fbf25ceb18dabdb965fe58d42..1a04f0ff98fd99b95a823b2f929725cb1266ef68 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -497,6 +497,8 @@ class CC_EXPORT LayerTreeImpl {
|
| void UpdateScrollbars(int scroll_layer_id, int clip_layer_id);
|
| void DidUpdatePageScale();
|
| void PushTopControls(const float* top_controls_shown_ratio);
|
| + bool ClampTopControlsShownRatio();
|
| +
|
| LayerTreeHostImpl* layer_tree_host_impl_;
|
| int source_frame_number_;
|
| int is_first_frame_after_commit_tracker_;
|
|
|