| Index: third_party/WebKit/Source/core/exported/WebViewBase.h | 
| diff --git a/third_party/WebKit/Source/core/exported/WebViewBase.h b/third_party/WebKit/Source/core/exported/WebViewBase.h | 
| index 0a32ec05188cd8aad3efdada8fb1c95a254618c5..92d509ea95206a0d3f1a827f849b0c737a0261e3 100644 | 
| --- a/third_party/WebKit/Source/core/exported/WebViewBase.h | 
| +++ b/third_party/WebKit/Source/core/exported/WebViewBase.h | 
| @@ -126,7 +126,7 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> { | 
| virtual WebSettingsImpl* SettingsImpl() = 0; | 
|  | 
| virtual void RequestDecode( | 
| -      sk_sp<SkImage>, | 
| +      const PaintImage&, | 
| std::unique_ptr<WTF::Function<void(bool)>> callback) = 0; | 
|  | 
| using WebWidget::GetPagePopup; | 
|  |