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

Unified Diff: cc/output/renderer_settings.h

Issue 1379783002: Allow one-copy task tile worker pool to use compressed textures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/output/renderer_settings.h
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
index 48aa13d00541f4fdb93102a94d71d37108e119ed..44d67e7cf1030f03f9e659f0d811e76cc53110e9 100644
--- a/cc/output/renderer_settings.h
+++ b/cc/output/renderer_settings.h
@@ -27,6 +27,7 @@ class CC_EXPORT RendererSettings {
int highp_threshold_min;
bool use_rgba_4444_textures;
size_t texture_id_allocation_chunk_size;
+ bool use_tile_compression;
reveman 2015/09/30 09:55:15 Can we merge this with use_rgba_4444_textures some
christiank 2015/11/26 15:35:35 This would be good, I agree. I think we'd need a n
reveman 2015/11/27 16:46:49 Can we just use ResourceFormat and require it to b
christiank 2015/11/30 15:41:08 Yes, that would work. I have made this change now,
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698