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 84125df7bd71fc340acfb806624a14f9c8927378..cc0210c33b38690696987e30e05ec7621913bdf5 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -509,6 +509,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(); |