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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 21159007: cc: Adding support for RGBA_4444 tile textures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review comments Created 7 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/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index 86a657ed6f909815eb1704f500b596b8fd941fab..9f8a8550cd6a575326944d1c7c05ad45f840a78b 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -69,6 +69,7 @@ class CC_EXPORT LayerTreeSettings {
bool use_map_image;
std::string compositor_name;
bool ignore_root_layer_flings;
+ bool use_rgba_4444_textures;
LayerTreeDebugState initial_debug_state;
};

Powered by Google App Engine
This is Rietveld 408576698