Index: cc/layers/texture_layer.cc |
diff --git a/cc/layers/texture_layer.cc b/cc/layers/texture_layer.cc |
index eb62c0d94d3fa9526a7ba63f09f6828fb6c8968c..078b1f642834c94ca4f822a7a3d4d5cf311be2d9 100644 |
--- a/cc/layers/texture_layer.cc |
+++ b/cc/layers/texture_layer.cc |
@@ -44,8 +44,8 @@ TextureLayer::TextureLayer(TextureLayerClient* client, bool uses_mailbox) |
premultiplied_alpha_(true), |
rate_limit_context_(false), |
context_lost_(false), |
- texture_id_(0), |
content_committed_(false), |
+ texture_id_(0), |
own_mailbox_(false) { |
vertex_opacity_[0] = 1.0f; |
vertex_opacity_[1] = 1.0f; |