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 423979ccaf185dd5f323b03bd6a77a6b8a645a1e..a54e7f1d367a4d5baea29ea172420cefb7b823cf 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -514,6 +514,9 @@ class WEB_EXPORT WebViewImpl final |
// root. |
WebInputMethodControllerImpl* getActiveWebInputMethodController() const; |
+ void requestDecode(sk_sp<SkImage>, |
+ std::unique_ptr<WTF::Function<void(bool)>> callback); |
+ |
private: |
InspectorOverlay* inspectorOverlay(); |