| Index: cc/resources/raster_tile_priority_queue_all.h
|
| diff --git a/cc/resources/raster_tile_priority_queue_all.h b/cc/resources/raster_tile_priority_queue_all.h
|
| index c2b8910c00611daa04831f9fe54e12d150b7b341..4bd10852275bf05df4ffe3178f4240cb1f8ca068 100644
|
| --- a/cc/resources/raster_tile_priority_queue_all.h
|
| +++ b/cc/resources/raster_tile_priority_queue_all.h
|
| @@ -33,7 +33,8 @@ class CC_EXPORT RasterTilePriorityQueueAll : public RasterTilePriorityQueue {
|
| WhichTree NextTileIteratorTree(TreePriority tree_priority) const;
|
| void SkipTilesReturnedByTwin(TreePriority tree_priority);
|
|
|
| - scoped_refptr<base::debug::ConvertableToTraceFormat> StateAsValue() const;
|
| + scoped_refptr<base::trace_event::ConvertableToTraceFormat> StateAsValue()
|
| + const;
|
|
|
| const TilingSetRasterQueueAll* active_queue() const {
|
| return active_queue_.get();
|
|
|