Index: cc/resources/tile_manager.h |
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
index 3ae97159828a35e11f9dcfb4f02521e663b79a3f..f1d00fee884078742f669ac463371c3c3790f814 100644 |
--- a/cc/resources/tile_manager.h |
+++ b/cc/resources/tile_manager.h |
@@ -61,7 +61,8 @@ class CC_EXPORT TileManagerClient { |
// that will return tiles in order in which they should be rasterized. |
// Note if the queue was previous built, Reset must be called on it. |
virtual void BuildRasterQueue(RasterTilePriorityQueue* queue, |
- TreePriority tree_priority) = 0; |
+ TreePriority tree_priority, |
+ RasterTilePriorityQueue::Type type) = 0; |
// Given an empty eviction tile priority queue, this will build a priority |
// queue that will return tiles in order in which they should be evicted. |