| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 0b54efafb37a76a0548c88ce7bf5fc9f0f0aadf4..a1a61618720e9b678b4aa577dee5866da683f52d 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -1439,7 +1439,8 @@ void LayerImpl::RemoveDependentNeedsPushProperties() {
|
| parent_->RemoveDependentNeedsPushProperties();
|
| }
|
|
|
| -void LayerImpl::GetAllTilesForTracing(std::set<const Tile*>* tiles) const {
|
| +void LayerImpl::GetAllTilesAndPrioritiesForTracing(
|
| + std::map<const Tile*, TilePriority>* tile_map) const {
|
| }
|
|
|
| void LayerImpl::AsValueInto(base::trace_event::TracedValue* state) const {
|
|
|