Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 0ae1c5ae44cf444987bce4b6cda1e4536632b79e..701f9ec0ea74d9d2a6550ef61ba8ac89b52f35bf 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -196,10 +196,9 @@ class CC_EXPORT LayerTreeHost { |
bool UseGpuRasterization() const; |
void SetViewportSize(const gfx::Size& device_viewport_size); |
- void SetOverdrawBottomHeight(float overdraw_bottom_height); |
+ void SetTopControlsLayoutHeight(float top_controls_layout_height); |
gfx::Size device_viewport_size() const { return device_viewport_size_; } |
- float overdraw_bottom_height() const { return overdraw_bottom_height_; } |
void ApplyPageScaleDeltaFromImplSide(float page_scale_delta); |
void SetPageScaleFactorAndLimits(float page_scale_factor, |
@@ -388,7 +387,7 @@ class CC_EXPORT LayerTreeHost { |
LayerTreeDebugState debug_state_; |
gfx::Size device_viewport_size_; |
- float overdraw_bottom_height_; |
+ float top_controls_layout_height_; |
float device_scale_factor_; |
bool visible_; |