| 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 2728ff8b48efae6dbcd19ae729ac77889aa0cd86..78cec4ced7f11ec722952cad3ed4818ba0b947be 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -248,8 +248,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| void BuildRasterQueue(RasterTilePriorityQueue* queue,
|
| TreePriority tree_priority,
|
| RasterTilePriorityQueue::Type type) override;
|
| - void BuildEvictionQueue(EvictionTilePriorityQueue* queue,
|
| - TreePriority tree_priority) override;
|
| + scoped_ptr<EvictionTilePriorityQueue> BuildEvictionQueue(
|
| + TreePriority tree_priority) override;
|
|
|
| // ScrollbarAnimationControllerClient implementation.
|
| void PostDelayedScrollbarFade(const base::Closure& start_fade,
|
|
|