| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index eca558047b2b4850870e36df7c89d51eec2ceafb..d4360a4decb96ef0f87548548abe16d9d96b9163 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -239,6 +239,11 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| WebLocalFrameBase* GetWebLocalFrameBase(LocalFrame*) override;
|
|
|
| + void RequestDecode(
|
| + LocalFrame*,
|
| + sk_sp<SkImage>,
|
| + std::unique_ptr<WTF::Function<void(bool)>> callback) override;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewBase*);
|
|
|
|
|