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

Unified Diff: cc/test/fake_layer_tree_host.cc

Issue 2655233006: cc : Clean up cc clip tree (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « cc/output/bsp_tree_perftest.cc ('k') | cc/test/fake_layer_tree_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host.cc
diff --git a/cc/test/fake_layer_tree_host.cc b/cc/test/fake_layer_tree_host.cc
index c821b004e26668a90a09b92b69b4ffcb4e7f201d..fca7d4bac2e5905e4e06893535b933a59eeaa90e 100644
--- a/cc/test/fake_layer_tree_host.cc
+++ b/cc/test/fake_layer_tree_host.cc
@@ -35,7 +35,6 @@ std::unique_ptr<FakeLayerTreeHost> FakeLayerTreeHost::Create(
TestTaskGraphRunner* task_graph_runner,
MutatorHost* mutator_host) {
LayerTreeSettings settings;
- settings.verify_clip_tree_calculations = true;
return Create(client, task_graph_runner, mutator_host, settings);
}
« no previous file with comments | « cc/output/bsp_tree_perftest.cc ('k') | cc/test/fake_layer_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698