| Index: third_party/WebKit/Source/core/page/ChromeClient.h | 
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h | 
| index 120c64787358e6146b477d75fb8b80c444a53b27..2dd317128c189d423e385e267db6d1582843407b 100644 | 
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h | 
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h | 
| @@ -359,7 +359,7 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient { | 
|  | 
| virtual void RequestDecode( | 
| LocalFrame*, | 
| -      sk_sp<SkImage> image, | 
| +      const PaintImage& image, | 
| std::unique_ptr<WTF::Function<void(bool)>> callback) { | 
| (*callback)(false); | 
| } | 
|  |