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

Unified Diff: cc/test/fake_layer_tree_host.cc

Issue 2266223002: cc: Compute draw transforms dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase! 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
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/test/layer_tree_settings_for_testing.cc » ('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 799e788da45d7f33e982da8faff37b5b6fe977c5..bc11a76bd069be537affa6482d1570671919ecd4 100644
--- a/cc/test/fake_layer_tree_host.cc
+++ b/cc/test/fake_layer_tree_host.cc
@@ -52,7 +52,6 @@ std::unique_ptr<FakeLayerTreeHost> FakeLayerTreeHost::Create(
FakeLayerTreeHostClient* client,
TestTaskGraphRunner* task_graph_runner) {
LayerTreeSettings settings;
- settings.verify_transform_tree_calculations = true;
settings.verify_clip_tree_calculations = true;
return Create(client, task_graph_runner, settings);
}
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/test/layer_tree_settings_for_testing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698