| 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 dddbf860eedc25b328fdde5aa927bb1f9d6b6c76..3e78a9f1c46ddee26035a998ab608178f54d3a82 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -515,6 +515,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();
|
|
|
|
|