| Index: cc/tiles/tiling_set_raster_queue_all.h
|
| diff --git a/cc/tiles/tiling_set_raster_queue_all.h b/cc/tiles/tiling_set_raster_queue_all.h
|
| index 318156380a1223a125f36c06f219750e98e90e28..73bb4c9e17b24c21988e1b4a8985818646437470 100644
|
| --- a/cc/tiles/tiling_set_raster_queue_all.h
|
| +++ b/cc/tiles/tiling_set_raster_queue_all.h
|
| @@ -44,9 +44,6 @@ class CC_EXPORT TilingSetRasterQueueAll {
|
|
|
| protected:
|
| ~OnePriorityRectIterator() = default;
|
| - bool TileNeedsRaster(const Tile* tile) const {
|
| - return tile->draw_info().NeedsRaster() && !tiling_->IsTileOccluded(tile);
|
| - }
|
|
|
| template <typename TilingIteratorType>
|
| void AdvanceToNextTile(TilingIteratorType* iterator);
|
|
|