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

Unified Diff: cc/trees/layer_tree_host_unittest_proxy.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_proxy.cc
diff --git a/cc/trees/layer_tree_host_unittest_proxy.cc b/cc/trees/layer_tree_host_unittest_proxy.cc
index 189bcae23714888d4a2a2a85ac854cacc5ad3642..30fed5a7ff15ceeacef9ffc46cacae00dd3d2e77 100644
--- a/cc/trees/layer_tree_host_unittest_proxy.cc
+++ b/cc/trees/layer_tree_host_unittest_proxy.cc
@@ -16,7 +16,7 @@ class LayerTreeHostProxyTest : public LayerTreeTest {
protected:
void SetupTree() override {
update_check_layer_ = FakePictureLayer::Create(&client_);
- layer_tree_host()->SetRootLayer(update_check_layer_);
+ layer_tree()->SetRootLayer(update_check_layer_);
LayerTreeTest::SetupTree();
client_.set_bounds(update_check_layer_->bounds());
}

Powered by Google App Engine
This is Rietveld 408576698