| 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 61b82fa56cca74dec98cb17e8a326d9eafd697f2..8bc726d3f36bd5f2b37fbbdd21aa48ba7e3190da 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -359,6 +359,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.
|
|
|