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 3c4e7046a5a4cb74c2b0eba9d2ed0ff6cc2e3d33..0765bb7a818e204ef1e9bbfe6a504cc9a54b8f1c 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 |
scoped_ptr<RasterTilePriorityQueue> BuildRasterQueue( |
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, |