diff options
Diffstat (limited to 'cc/layers/texture_layer.cc')
-rw-r--r-- | cc/layers/texture_layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layers/texture_layer.cc b/cc/layers/texture_layer.cc index eb62c0d..078b1f6 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; |