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

Unified Diff: cc/test/push_properties_counting_layer.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/test/layer_tree_test.cc ('k') | cc/trees/draw_property_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/push_properties_counting_layer.cc
diff --git a/cc/test/push_properties_counting_layer.cc b/cc/test/push_properties_counting_layer.cc
index f2acf553189e2aee50a44bbcbdb2bafd31ea3e48..053b7db7cde038ee3dff510b029e9ccb2b1f2881 100644
--- a/cc/test/push_properties_counting_layer.cc
+++ b/cc/test/push_properties_counting_layer.cc
@@ -5,6 +5,7 @@
#include "cc/test/push_properties_counting_layer.h"
#include "cc/test/push_properties_counting_layer_impl.h"
+#include "cc/trees/layer_tree_host.h"
namespace cc {
@@ -38,7 +39,7 @@ void PushPropertiesCountingLayer::MakePushProperties() {
void PushPropertiesCountingLayer::AddPushPropertiesCount() {
push_properties_count_++;
if (persist_needs_push_properties_) {
- GetLayerTree()->AddLayerShouldPushProperties(this);
+ layer_tree_host()->AddLayerShouldPushProperties(this);
}
}
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/trees/draw_property_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698