Index: cc/layer_tree_host.cc |
diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc |
index 76915d3ed67958118635a814af1fe06a66b6f629..49d1293249a4743019c0684379ccfdc5f9510226 100644 |
--- a/cc/layer_tree_host.cc |
+++ b/cc/layer_tree_host.cc |
@@ -50,6 +50,7 @@ RendererCapabilities::RendererCapabilities() |
, usingEglImage(false) |
, allowPartialTextureUpdates(false) |
, maxTextureSize(0) |
+ , avoidPow2Textures(false) |
{ |
} |