| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 6ab1df14848d1b90099993402db99a7a395fe40e..e016f5ebde4c31647c406c21d2cb73ae4458a782 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -72,6 +72,7 @@ class CC_EXPORT LayerTreeImpl {
|
| PaintTimeCounter* paint_time_counter() const;
|
| MemoryHistory* memory_history() const;
|
| bool device_viewport_valid_for_tile_management() const;
|
| + gfx::Size device_viewport_size() const;
|
| bool IsActiveTree() const;
|
| bool IsPendingTree() const;
|
| bool IsRecycleTree() const;
|
|
|