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

Unified Diff: cc/resources/resource_format.h

Issue 27973002: cc: Adding ETC1 support to UIResourceBitmap and ResourceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/resource_format.h
diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h
index 47f9a505717b592eb6b5fb3e1611d508ef0e8813..162678840a7ccd2f6291b9a217ab5b1fb7889371 100644
--- a/cc/resources/resource_format.h
+++ b/cc/resources/resource_format.h
@@ -12,6 +12,7 @@ namespace cc {
// Keep in sync with arrays below.
enum ResourceFormat {
+ ETC1,
kaanb 2013/10/18 16:54:49 We should keep RGBA_8888 as the first value of the
powei 2013/10/23 05:36:15 Done.
RGBA_8888,
RGBA_4444,
BGRA_8888,

Powered by Google App Engine
This is Rietveld 408576698