| Index: cc/resources/raster_tile_priority_queue.h
|
| diff --git a/cc/resources/raster_tile_priority_queue.h b/cc/resources/raster_tile_priority_queue.h
|
| index bbfaafddef383a9e9f1e95a8f8815e8c26a8dfbd..3bca52babba391640bf62d43a48ca68a27b19041 100644
|
| --- a/cc/resources/raster_tile_priority_queue.h
|
| +++ b/cc/resources/raster_tile_priority_queue.h
|
| @@ -30,9 +30,12 @@ class CC_EXPORT RasterTilePriorityQueue {
|
|
|
| PictureLayerImpl::LayerRasterTileIterator active_iterator;
|
| PictureLayerImpl::LayerRasterTileIterator pending_iterator;
|
| + bool has_both_layers;
|
|
|
| +#if DCHECK_IS_ON
|
| // TODO(vmpstr): Investigate removing this.
|
| std::vector<Tile*> returned_shared_tiles;
|
| +#endif
|
| };
|
|
|
| RasterTilePriorityQueue();
|
|
|