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 89a958247bb9dacdf37ea604cbc04addbc106883..395e181f0460e29596a4420761ece658354eb0b8 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -357,6 +357,8 @@ public: |
virtual void performPluginAction( |
const WebPluginAction&, const WebPoint& location) = 0; |
+ // Notifies WebView about audio is started or stopped. |
Sami
2016/10/03 14:36:32
s/about/when/?
altimin
2016/10/03 15:53:39
Done.
|
+ virtual void audioStateChanged(bool isAudioPlaying) = 0; |
Sami
2016/10/03 14:36:32
nit: Could we be consistent about isAudioPlaying/i
altimin
2016/10/03 15:53:39
Sorry, it was the last typo in WebSchedulerImpl.
|
// Data exchange ------------------------------------------------------- |