| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 966246fcdad04935da3cc88f8772888c5ab80244..79bae02503621254a2e5c402895f1427b4ceb906 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3768,10 +3768,6 @@ void WebViewImpl::performPluginAction(const WebPluginAction& action,
|
| }
|
| }
|
|
|
| -void WebViewImpl::audioStateChanged(bool isAudioPlaying) {
|
| - m_scheduler->audioStateChanged(isAudioPlaying);
|
| -}
|
| -
|
| WebHitTestResult WebViewImpl::hitTestResultAt(const WebPoint& point) {
|
| return coreHitTestResultAt(point);
|
| }
|
|
|