| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index a1f4fae0a4f3901f0890c361f74a0c67b8dc62a0..395090339245c84dba1431eaf2435f063cf97883 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -307,6 +307,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| int memory_allocation_priority_cutoff() const;
|
|
|
| void SetViewportSize(const gfx::Size& device_viewport_size);
|
| + gfx::Size device_viewport_size() const { return device_viewport_size_; }
|
|
|
| void SetOverdrawBottomHeight(float overdraw_bottom_height);
|
| float overdraw_bottom_height() const { return overdraw_bottom_height_; }
|
|
|