| Index: third_party/WebKit/Source/web/WebViewImpl.h | 
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h | 
| index 0d065bb600b1ed065b105310088c449672fcb413..3983a300f6124da8348c61bf9e18fb9332262aa2 100644 | 
| --- a/third_party/WebKit/Source/web/WebViewImpl.h | 
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h | 
| @@ -505,7 +505,7 @@ class WEB_EXPORT WebViewImpl final | 
| } | 
|  | 
| void RequestDecode( | 
| -      sk_sp<SkImage>, | 
| +      const PaintImage&, | 
| std::unique_ptr<WTF::Function<void(bool)>> callback) override; | 
|  | 
| private: | 
|  |