| 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 eaad9720ad5f1e2b4868644316b53e514f0cf264..e1491e734a7b5a02d65c4ad0db2499a05b415060 100644 | 
| --- a/cc/trees/layer_tree_host_impl.h | 
| +++ b/cc/trees/layer_tree_host_impl.h | 
| @@ -603,7 +603,7 @@ class CC_EXPORT LayerTreeHostImpl | 
|  | 
| LayerImpl* ViewportMainScrollLayer(); | 
|  | 
| -  void QueueImageDecode(sk_sp<const SkImage> image, | 
| +  void QueueImageDecode(const PaintImage& image, | 
| const base::Callback<void(bool)>& embedder_callback); | 
| std::vector<base::Closure> TakeCompletedImageDecodeCallbacks(); | 
|  | 
|  |