| 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 e1f4e60dab2f6fe3d66fb59975ba5ed26f25c77d..c6834797749f2b1541cc53b6fb07ecc0fd21b338 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -228,6 +228,7 @@ class WEB_EXPORT WebViewImpl final
|
| void performMediaPlayerAction(const WebMediaPlayerAction& action,
|
| const WebPoint& location) override;
|
| void performPluginAction(const WebPluginAction&, const WebPoint&) override;
|
| + void audioStateChanged(bool isAudioPlaying) override;
|
| WebHitTestResult hitTestResultAt(const WebPoint&) override;
|
| WebHitTestResult hitTestResultForTap(const WebPoint&,
|
| const WebSize&) override;
|
|
|