Chromium Code Reviews| Index: cc/layers/texture_layer_impl.h |
| diff --git a/cc/layers/texture_layer_impl.h b/cc/layers/texture_layer_impl.h |
| index 2cb542246bba1bb3b7990e2bfdd0640e6d65f9ef..da1228dbf778f706cd829b11aefd697521becee0 100644 |
| --- a/cc/layers/texture_layer_impl.h |
| +++ b/cc/layers/texture_layer_impl.h |
| @@ -68,6 +68,8 @@ class CC_EXPORT TextureLayerImpl : public LayerImpl { |
| virtual const char* LayerTypeAsString() const OVERRIDE; |
| void FreeTextureMailbox(); |
| + bool uses_mailbox_; |
|
danakj
2013/06/07 14:56:42
nit: no need to move this
slavi
2013/06/07 21:49:21
Done.
|
| + |
| unsigned texture_id_; |
| ResourceProvider::ResourceId external_texture_resource_; |
| bool premultiplied_alpha_; |
| @@ -77,7 +79,6 @@ class CC_EXPORT TextureLayerImpl : public LayerImpl { |
| float vertex_opacity_[4]; |
| TextureMailbox texture_mailbox_; |
| - bool uses_mailbox_; |
| bool own_mailbox_; |
| DISALLOW_COPY_AND_ASSIGN(TextureLayerImpl); |