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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 2681183002: cc: Add flag to disable future mask tiling. (Closed)
Patch Set: Correct my mistake in rebase. 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
« no previous file with comments | « 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 6890bbb828e0bb7f5e44c60e0b654c9f001474cd..f4f404ac55be9ec009675f3f0cf6c229ca061154 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);
}
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698