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

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: Removed SharedMemory::DuplicateHandle. Created 7 years, 6 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 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);

Powered by Google App Engine
This is Rietveld 408576698