| Index: cc/resources/tiling_set_raster_queue_all.h
|
| diff --git a/cc/resources/tiling_set_raster_queue_all.h b/cc/resources/tiling_set_raster_queue_all.h
|
| index 719462e360ce834ed72e262c0e295ef108f23e22..dd3a7a88922e6e14ddcf3b5d1e2be1a60f37d997 100644
|
| --- a/cc/resources/tiling_set_raster_queue_all.h
|
| +++ b/cc/resources/tiling_set_raster_queue_all.h
|
| @@ -40,7 +40,7 @@ class CC_EXPORT TilingSetRasterQueueAll {
|
| protected:
|
| ~OnePriorityRectIterator() = default;
|
| bool TileNeedsRaster(Tile* tile) const {
|
| - return tile->NeedsRaster() && !tiling_->IsTileOccluded(tile);
|
| + return tile->draw_info().NeedsRaster() && !tiling_->IsTileOccluded(tile);
|
| }
|
|
|
| template <typename TilingIteratorType>
|
|
|