Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 76d386859c3ec9a06f7578cf93149ad6b953c2d8..c7b4acf2497bdf0fcfe16009fda635d959145e97 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -88,7 +88,6 @@ class CC_EXPORT LayerTreeImpl { |
LayerImpl* FindActiveTreeLayerById(int id); |
LayerImpl* FindPendingTreeLayerById(int id); |
LayerImpl* FindRecycleTreeLayerById(int id); |
- int MaxTextureSize() const; |
bool PinchGestureActive() const; |
BeginFrameArgs CurrentBeginFrameArgs() const; |
base::TimeDelta begin_impl_frame_interval() const; |