| 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 f0d353eee250a98187db38d9379e909d01df8a5f..4c849dce31836481ceabab9d9603c44ddefbadd4 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3763,10 +3763,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);
|
| }
|
|
|