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 ebe4165520510c3d47bfa92c17ef6d5ccc094ddd..05bd88f71f425a98b0eb09648666800607ce4e1a 100644 |
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h |
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h |
@@ -125,6 +125,10 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> { |
virtual WebSettingsImpl* SettingsImpl() = 0; |
+ virtual void RequestDecode( |
+ sk_sp<SkImage>, |
+ std::unique_ptr<WTF::Function<void(bool)>> callback) = 0; |
+ |
using WebWidget::GetPagePopup; |
virtual PagePopup* OpenPagePopup(PagePopupClient*) = 0; |
virtual void ClosePagePopup(PagePopup*) = 0; |