| 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 a1a764c00ce56b6c462cf001d3db2cb7da5c0fb8..f69583417f58e42eee6118a023a9f96481548596 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -227,7 +227,6 @@ 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;
|
|
|