| 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..0765bb7a818e204ef1e9bbfe6a504cc9a54b8f1c 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -245,11 +245,11 @@ class CC_EXPORT LayerTreeHostImpl
|
| void NotifyReadyToActivate() override;
|
| void NotifyReadyToDraw() override;
|
| void NotifyTileStateChanged(const Tile* tile) override;
|
| - void BuildRasterQueue(RasterTilePriorityQueue* queue,
|
| - TreePriority tree_priority,
|
| - RasterTilePriorityQueue::Type type) override;
|
| - void BuildEvictionQueue(EvictionTilePriorityQueue* queue,
|
| - TreePriority tree_priority) override;
|
| + scoped_ptr<RasterTilePriorityQueue> BuildRasterQueue(
|
| + TreePriority tree_priority,
|
| + RasterTilePriorityQueue::Type type) override;
|
| + scoped_ptr<EvictionTilePriorityQueue> BuildEvictionQueue(
|
| + TreePriority tree_priority) override;
|
|
|
| // ScrollbarAnimationControllerClient implementation.
|
| void PostDelayedScrollbarFade(const base::Closure& start_fade,
|
|
|