Index: cc/layers/layer_impl_test_properties.cc |
diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc |
index 3c1e5a78e36249fa0351d51883ce61e1c801d7e7..a5bdef942e1322a32663df908ccff5fac6c4d314 100644 |
--- a/cc/layers/layer_impl_test_properties.cc |
+++ b/cc/layers/layer_impl_test_properties.cc |
@@ -13,6 +13,7 @@ namespace cc { |
LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer) |
: owning_layer(owning_layer), |
double_sided(true), |
+ cache_render_surface(false), |
force_render_surface(false), |
is_container_for_fixed_position_layers(false), |
should_flatten_transform(true), |