Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index 4c1b225a102bff17c9b739da9e81039e15d85b93..5b158283f36c9e1bb7a705177f28199de10cb917 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -358,6 +358,9 @@ class WebView : protected WebWidget { |
virtual void performPluginAction(const WebPluginAction&, |
const WebPoint& location) = 0; |
+ // Notifies WebView when audio is started or stopped. |
+ virtual void audioStateChanged(bool isAudioPlaying) = 0; |
+ |
// Data exchange ------------------------------------------------------- |
// Do a hit test at given point and return the HitTestResult. |