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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 2266223002: cc: Compute draw transforms dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 2 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.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 7a2d0a93f38ba1f49c9038ac031713032d5acfad..a68af3f9d3ff4d15f9877d384ae4db8524e0c0d3 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -75,8 +75,6 @@ bool LayerTreeSettings::operator==(const LayerTreeSettings& other) const {
use_occlusion_for_tile_prioritization ==
other.use_occlusion_for_tile_prioritization &&
verify_clip_tree_calculations == other.verify_clip_tree_calculations &&
- verify_transform_tree_calculations ==
- other.verify_transform_tree_calculations &&
image_decode_tasks_enabled == other.image_decode_tasks_enabled &&
max_staging_buffer_usage_in_bytes ==
other.max_staging_buffer_usage_in_bytes &&

Powered by Google App Engine
This is Rietveld 408576698