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

Unified Diff: cc/layers/texture_layer_unittest.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/layers/scrollbar_layer_unittest.cc ('k') | cc/output/bsp_tree_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/texture_layer_unittest.cc
diff --git a/cc/layers/texture_layer_unittest.cc b/cc/layers/texture_layer_unittest.cc
index 9292aa4d9b5dfb5460ff2b76cb1d107d8320cab1..9e4f88189541a84a4f52e588f85deb8e77e17396 100644
--- a/cc/layers/texture_layer_unittest.cc
+++ b/cc/layers/texture_layer_unittest.cc
@@ -76,7 +76,6 @@ class MockLayerTreeHost : public LayerTreeHostInProcess {
params.animation_host =
AnimationHost::CreateForTesting(ThreadInstance::MAIN);
LayerTreeSettings settings;
- settings.verify_transform_tree_calculations = true;
settings.verify_clip_tree_calculations = true;
params.settings = &settings;
return base::WrapUnique(new MockLayerTreeHost(&params));
« no previous file with comments | « cc/layers/scrollbar_layer_unittest.cc ('k') | cc/output/bsp_tree_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698