Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2573)

Unified Diff: cc/layers/texture_layer_impl.h

Issue 15001027: [Aura] Added Support for rendering software compositor frames as cc::TextureLayers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layers/texture_layer_impl.h
diff --git a/cc/layers/texture_layer_impl.h b/cc/layers/texture_layer_impl.h
index bee739ab06f5f83baf534b31047ce0d86fbb7395..47ca957f0174db7719492f47aa17f3200280b691 100644
--- a/cc/layers/texture_layer_impl.h
+++ b/cc/layers/texture_layer_impl.h
@@ -67,6 +67,8 @@ class CC_EXPORT TextureLayerImpl : public LayerImpl {
virtual const char* LayerTypeAsString() const OVERRIDE;
void FreeTextureMailbox();
+ bool uses_mailbox_;
+
unsigned texture_id_;
ResourceProvider::ResourceId external_texture_resource_;
bool premultiplied_alpha_;
@@ -76,7 +78,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);

Powered by Google App Engine
This is Rietveld 408576698