| 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 a22ef37aa0b5860e262c3354dfe8a3495537d925..df5ad9f9745c4c3afbc7244e1ecbc29173589696 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -502,6 +502,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* GetInspectorOverlay();
|
|
|
|
|