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 a7ec9e00b533f7f4e6bab258bf1a1a989f25e98e..5b3b565948fe6ee2d496c3d679e83201010fbc7b 100644 |
--- a/cc/resources/raster_tile_priority_queue.h |
+++ b/cc/resources/raster_tile_priority_queue.h |
@@ -28,6 +28,7 @@ class CC_EXPORT RasterTilePriorityQueue { |
void Pop(TreePriority tree_priority); |
WhichTree NextTileIteratorTree(TreePriority tree_priority) const; |
+ void SkipTilesReturnedByTwin(TreePriority tree_priority); |
PictureLayerImpl::LayerRasterTileIterator active_iterator; |
PictureLayerImpl::LayerRasterTileIterator pending_iterator; |