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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 196473007: Add --disable-low-res-tiling. Disable low res tiling to save power. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 0a48b474988bf81767fae11b2b33eedc9f5f632f..5315b468ee22d6c733138c5f5f3e5d3c2e49f204 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -31,6 +31,7 @@ class CC_EXPORT LayerTreeSettings {
bool can_use_lcd_text;
bool should_clear_root_render_pass;
bool gpu_rasterization;
+ bool low_res_tiling;
enne (OOO) 2014/03/12 17:52:08 bikeshed: should_create_low_res_tilings?
enum ScrollbarAnimator {
NoAnimator,

Powered by Google App Engine
This is Rietveld 408576698