| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 97b6c40e1a67e624b43edebfe8001567326e6cfc..98d7e4b0e004c9c4aa913a33d8cba0c6a9d43f48 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -243,7 +243,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| void NotifyReadyToDraw() override;
|
| void NotifyTileStateChanged(const Tile* tile) override;
|
| void BuildRasterQueue(RasterTilePriorityQueue* queue,
|
| - TreePriority tree_priority) override;
|
| + TreePriority tree_priority,
|
| + RasterTilePriorityQueue::Type type) override;
|
| void BuildEvictionQueue(EvictionTilePriorityQueue* queue,
|
| TreePriority tree_priority) override;
|
|
|
|
|