Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 97a27606b999fae68c29da5e64a392a53e04bf9b..de019b011c12bc066503f45b8dc60ff03c91a9c3 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -54,7 +54,8 @@ RendererCapabilities::RendererCapabilities() |
allow_partial_texture_updates(false), |
using_offscreen_context3d(false), |
max_texture_size(0), |
- avoid_pow2_textures(false) {} |
+ avoid_pow2_textures(false), |
+ using_map_image(false) {} |
RendererCapabilities::~RendererCapabilities() {} |