| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 553d916965df0d038f37410c4fe84fb34e9a112a..5089b9b0eaad5a5bb1e9c161e798bfffea9e626a 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -433,6 +433,11 @@ class WebLocalFrame : public WebFrame {
|
| // This will be removed following the deprecation.
|
| virtual void usageCountChromeLoadTimes(const WebString& metric) = 0;
|
|
|
| + // Audio --------------------------------------------------------------------
|
| +
|
| + // Notifies WebFrame when audio is started or stopped.
|
| + virtual void audioStateChanged(bool isAudioPlaying) = 0;
|
| +
|
| protected:
|
| explicit WebLocalFrame(WebTreeScopeType scope) : WebFrame(scope) {}
|
|
|
|
|