| Index: cc/resources/raster_tile_priority_queue_all.cc
|
| diff --git a/cc/resources/raster_tile_priority_queue_all.cc b/cc/resources/raster_tile_priority_queue_all.cc
|
| index e9836cd8414f7915bd6354eb573b6c0ff6df48f2..9baa9b32de7177e67738a675a78dda8f1cf65779 100644
|
| --- a/cc/resources/raster_tile_priority_queue_all.cc
|
| +++ b/cc/resources/raster_tile_priority_queue_all.cc
|
| @@ -280,10 +280,10 @@ RasterTilePriorityQueueAll::PairedTilingSetQueue::NextTileIteratorTree(
|
| pending_queue_.get(), nullptr);
|
| }
|
|
|
| -scoped_refptr<base::debug::ConvertableToTraceFormat>
|
| +scoped_refptr<base::trace_event::ConvertableToTraceFormat>
|
| RasterTilePriorityQueueAll::PairedTilingSetQueue::StateAsValue() const {
|
| - scoped_refptr<base::debug::TracedValue> state =
|
| - new base::debug::TracedValue();
|
| + scoped_refptr<base::trace_event::TracedValue> state =
|
| + new base::trace_event::TracedValue();
|
|
|
| bool active_queue_has_tile = active_queue_ && !active_queue_->IsEmpty();
|
| TilePriority::PriorityBin active_priority_bin = TilePriority::EVENTUALLY;
|
|
|