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

Unified Diff: cc/output/context_provider.h

Issue 27973002: cc: Adding ETC1 support to UIResourceBitmap and ResourceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments, added test, dcheck for compressed texture availability 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/output/context_provider.h
diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h
index 01ba0d816e47f851dae8ef868c7bb3611b6e2b5f..6db326d7f9a570210120bc74385a2daf51fabda2 100644
--- a/cc/output/context_provider.h
+++ b/cc/output/context_provider.h
@@ -41,6 +41,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
bool shallow_flush;
bool swapbuffers_complete_callback;
bool texture_format_bgra8888;
+ bool texture_format_etc1;
bool texture_rectangle;
bool texture_storage;
bool texture_usage;

Powered by Google App Engine
This is Rietveld 408576698