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

Unified Diff: cc/output/context_provider.cc

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/output/context_provider.h ('k') | cc/resources/raster_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/context_provider.cc
diff --git a/cc/output/context_provider.cc b/cc/output/context_provider.cc
index 7f46f7ccc67e6f96007c5f21767e9c885b0589a3..a823fa29f3d248ab16bc091b8296c9462da9e621 100644
--- a/cc/output/context_provider.cc
+++ b/cc/output/context_provider.cc
@@ -21,6 +21,7 @@ ContextProvider::Capabilities::Capabilities()
shallow_flush(false),
swapbuffers_complete_callback(false),
texture_format_bgra8888(false),
+ texture_format_etc1(false),
texture_rectangle(false),
texture_storage(false),
texture_usage(false),
« no previous file with comments | « cc/output/context_provider.h ('k') | cc/resources/raster_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698