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 c97a9a95ed6b3ccf7fba25d8249fea9ba94658d5..e1911c1993cceb87502efcc40e85b5b166bbb6aa 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -3472,10 +3472,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); |
} |