Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index 40e1e6aa9904a00d87fa063cfbdb7f1a7089b76e..8aa59e5e0e366949034197d07524c244816f16e0 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -507,6 +507,10 @@ class WEB_EXPORT WebViewImpl final |
last_hidden_page_popup_ = page_popup; |
} |
+ void RequestDecode( |
+ sk_sp<SkImage>, |
+ std::unique_ptr<WTF::Function<void(bool)>> callback) override; |
+ |
private: |
void SetPageScaleFactorAndLocation(float, const FloatPoint&); |
void PropagateZoomFactorToLocalFrameRoots(Frame*, float); |