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

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: latest comments 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
« no previous file with comments | « cc/resources/resource.h ('k') | cc/resources/resource_format.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_format.h
diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h
index 47f9a505717b592eb6b5fb3e1611d508ef0e8813..54061394ff738d52d1365a8dd1dcb92d107cb2d1 100644
--- a/cc/resources/resource_format.h
+++ b/cc/resources/resource_format.h
@@ -17,7 +17,8 @@ enum ResourceFormat {
BGRA_8888,
LUMINANCE_8,
RGB_565,
- RESOURCE_FORMAT_MAX = RGB_565,
+ ETC1,
+ RESOURCE_FORMAT_MAX = ETC1,
};
SkBitmap::Config SkBitmapConfig(ResourceFormat format);
« no previous file with comments | « cc/resources/resource.h ('k') | cc/resources/resource_format.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698