Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index a45c1c1ee1e1941313d8b85a4c1bfaad51a9fd0f..24da7a4513b1e933e4c5e45a2c49ca7ed6579dd8 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -70,6 +70,7 @@ struct CC_EXPORT RendererCapabilities { |
bool usingEglImage; |
bool allowPartialTextureUpdates; |
int maxTextureSize; |
+ bool avoidPow2Textures; |
}; |
class CC_EXPORT LayerTreeHost : public RateLimiterClient { |