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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2266223002: cc: Compute draw transforms dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests Created 4 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 b23207f2b1db26e37a40552162b4e6e585d04bd9..85eddf5e564ce4fdc03dadb3eb9d887a1b374344 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -89,7 +89,6 @@ class CC_EXPORT LayerTreeSettings {
size_t scheduled_raster_task_limit = 32;
bool use_occlusion_for_tile_prioritization = false;
bool verify_clip_tree_calculations = false;
- bool verify_transform_tree_calculations = false;
bool image_decode_tasks_enabled = false;
bool wait_for_beginframe_interval = true;
bool abort_commit_before_output_surface_creation = true;

Powered by Google App Engine
This is Rietveld 408576698