| Index: chromecast/browser/cast_content_window.h
|
| diff --git a/chromecast/browser/cast_content_window.h b/chromecast/browser/cast_content_window.h
|
| index 8c6f6e0d8deae5a16ee9b7882ea9489661a8ff0d..1360a5e0ca458cf8306b35191e6d49c32f91a24d 100644
|
| --- a/chromecast/browser/cast_content_window.h
|
| +++ b/chromecast/browser/cast_content_window.h
|
| @@ -44,6 +44,8 @@ class CastContentWindow : public content::WebContentsObserver {
|
|
|
| // content::WebContentsObserver implementation:
|
| void DidFirstVisuallyNonEmptyPaint() override;
|
| + void MediaPaused() override;
|
| + void MediaStartedPlaying() override;
|
|
|
| private:
|
| #if defined(USE_AURA)
|
|
|