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 f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..34f77d72d57156d39af0df4ff5f6b0d4ed4a0d9a 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -507,6 +507,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(); |