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

Unified Diff: cc/resources/transferable_resource.h

Issue 21159007: cc: Adding support for RGBA_4444 tile textures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deprecate GLenum format throughout cc Created 7 years, 3 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/resources/transferable_resource.h
diff --git a/cc/resources/transferable_resource.h b/cc/resources/transferable_resource.h
index be6902c313163efe012a92ab80e9195f980210de..c6b4136584aea92837fefde7a1cb478005bcadde 100644
--- a/cc/resources/transferable_resource.h
+++ b/cc/resources/transferable_resource.h
@@ -33,6 +33,7 @@ struct CC_EXPORT TransferableResource {
uint32 filter;
gfx::Size size;
gpu::Mailbox mailbox;
+ uint32 texture_type;
reveman 2013/09/12 15:57:40 don't think you need this anymore
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698