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

Unified Diff: cc/trees/layer_tree_host_unittest_video.cc

Issue 2661523003: cc: Merge LayerTree into the LayerTreeHost. (Closed)
Patch Set: auto Created 3 years, 11 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/trees/layer_tree_host_unittest_scroll.cc ('k') | cc/trees/property_tree_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dcfbe9ad876392cb875bb8c1807e842268d0ecf4..51e90ce3ee25d80560d3c33c105a4f22c7a4d611 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()->SetRootLayer(root);
- layer_tree()->SetDeviceScaleFactor(2.f);
+ layer_tree_host()->SetRootLayer(root);
+ layer_tree_host()->SetDeviceScaleFactor(2.f);
LayerTreeHostVideoTest::SetupTree();
}
« no previous file with comments | « cc/trees/layer_tree_host_unittest_scroll.cc ('k') | cc/trees/property_tree_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698