| 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);
|
| }
|
| }
|
|
|
|
|