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

Unified Diff: cc/trees/layer_tree_host_unittest_video.cc

Issue 2183403002: cc: Move data to LayerTree from LayerTreeHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@layer_tree_change
Patch Set: remove unused test file. Created 4 years, 4 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_host_unittest_video.cc
diff --git a/cc/trees/layer_tree_host_unittest_video.cc b/cc/trees/layer_tree_host_unittest_video.cc
index 0879a83452804076120666ca8b82be3f1e844b01..2e2890ff247d472a6cc15ebd05f3b20af39ab6f7 100644
--- a/cc/trees/layer_tree_host_unittest_video.cc
+++ b/cc/trees/layer_tree_host_unittest_video.cc
@@ -34,8 +34,8 @@ class LayerTreeHostVideoTestSetNeedsDisplay
root->AddChild(video);
video_layer_id_ = video->id();
- layer_tree_host()->SetRootLayer(root);
- layer_tree_host()->SetDeviceScaleFactor(2.f);
+ layer_tree()->SetRootLayer(root);
+ layer_tree()->SetDeviceScaleFactor(2.f);
LayerTreeHostVideoTest::SetupTree();
}

Powered by Google App Engine
This is Rietveld 408576698