Index: cc/layer_tree_impl.h |
diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h |
index 4b16f46d0b7069730ff7dce04c03e689763bd4c9..8d65030e13965991d35e2e232baa560e548a2dc2 100644 |
--- a/cc/layer_tree_impl.h |
+++ b/cc/layer_tree_impl.h |
@@ -54,6 +54,7 @@ class CC_EXPORT LayerTreeImpl { |
bool IsPendingTree() const; |
LayerImpl* FindActiveTreeLayerById(int id); |
LayerImpl* FindPendingTreeLayerById(int id); |
+ int MaxTextureSize() const; |
// Tree specific methods exposed to layer-impl tree. |
// --------------------------------------------------------------------------- |