| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 10537b094177de0ca60fbeb8fe25bbb9309f6701..f85123e8cbee0ba40dd2f9942afdbd3cbde42c45 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -196,7 +196,7 @@ class CC_EXPORT LayerTreeHost {
|
| bool UseGpuRasterization() const;
|
|
|
| void SetViewportSize(const gfx::Size& device_viewport_size);
|
| - void SetTopControlsLayoutHeight(float top_controls_layout_height);
|
| + void SetTopControlsContentOffset(float offset);
|
|
|
| gfx::Size device_viewport_size() const { return device_viewport_size_; }
|
|
|
| @@ -387,7 +387,7 @@ class CC_EXPORT LayerTreeHost {
|
| LayerTreeDebugState debug_state_;
|
|
|
| gfx::Size device_viewport_size_;
|
| - float top_controls_layout_height_;
|
| + float top_controls_content_offset_;
|
| float device_scale_factor_;
|
|
|
| bool visible_;
|
|
|