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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 2681183002: cc: Add flag to disable future mask tiling. (Closed)
Patch Set: Change comments accordingly. Created 3 years, 10 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
« cc/trees/layer_tree_settings.h ('K') | « cc/trees/layer_tree_settings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 166d79c8ce7a95f7a560230fc225df6e8b083be4..1f7b9062d439dc790e344d6c21c64221995ca97d 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -77,6 +77,7 @@ bool LayerTreeSettings::operator==(const LayerTreeSettings& other) const {
other.max_staging_buffer_usage_in_bytes &&
gpu_memory_policy == other.gpu_memory_policy &&
software_memory_policy == other.software_memory_policy &&
+ enable_mask_tiling == other.enable_mask_tiling &&
LayerTreeDebugState::Equal(initial_debug_state,
other.initial_debug_state);
}
« cc/trees/layer_tree_settings.h ('K') | « cc/trees/layer_tree_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698