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 20b7e22363ec7f3627dc6d48429c4beed0e1a517..c6d9fc23c317a82708a71815d85376769892bc3f 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h |
@@ -240,6 +240,11 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient { |
WebRemoteFrameBase* GetWebRemoteFrameBase(RemoteFrame&) override; |
+ void RequestDecode( |
+ LocalFrame*, |
+ sk_sp<SkImage>, |
+ std::unique_ptr<WTF::Function<void(bool)>> callback) override; |
+ |
private: |
explicit ChromeClientImpl(WebViewBase*); |