| Index: third_party/WebKit/Source/web/ChromeClientImpl.h | 
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h | 
| index bb665831ac31476cfd63b8143efcf38347f1ece5..502fd04282059e139a55a60289e42310341371bf 100644 | 
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h | 
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h | 
| @@ -234,7 +234,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient { | 
|  | 
| void RequestDecode( | 
| LocalFrame*, | 
| -      sk_sp<SkImage>, | 
| +      const PaintImage&, | 
| std::unique_ptr<WTF::Function<void(bool)>> callback) override; | 
|  | 
| private: | 
|  |