| 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 4bbb67e0a611876fe1876bbe8a28e14048d036c6..5a98ef88278a81279e9d2a242c54f70252837c1a 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -232,6 +232,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| WebRemoteFrameBase* GetWebRemoteFrameBase(RemoteFrame&) override;
|
|
|
| + std::unique_ptr<WebMediaIPH> CreateWebMediaIPH(LocalFrame*) override;
|
| +
|
| void RequestDecode(
|
| LocalFrame*,
|
| const PaintImage&,
|
|
|