| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 0f92266856ede2ca1f32d04182120ca0fafbe86a..c4e59d87f4cfec5780a909ba67c111c7feb4d528 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -1462,8 +1462,8 @@ void LayerImpl::RemoveDependentNeedsPushProperties() {
|
| parent_->RemoveDependentNeedsPushProperties();
|
| }
|
|
|
| -void LayerImpl::GetAllTilesAndPrioritiesForTracing(
|
| - std::map<const Tile*, TilePriority>* tile_map) const {
|
| +void LayerImpl::GetAllPrioritizedTilesForTracing(
|
| + std::vector<PrioritizedTile>* prioritized_tiles) const {
|
| }
|
|
|
| void LayerImpl::AsValueInto(base::trace_event::TracedValue* state) const {
|
|
|