Index: media/blink/webmediaplayer_impl.h |
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h |
index 9fb661d1bfef88c57f73171bba0a1b74013bcd64..b9dcb189ea6576e10740a90a05a372d53b36e79e 100644 |
--- a/media/blink/webmediaplayer_impl.h |
+++ b/media/blink/webmediaplayer_impl.h |
@@ -72,6 +72,7 @@ class GpuVideoAcceleratorFactories; |
class MediaLog; |
class UrlIndex; |
class VideoFrameCompositor; |
+class WatchTimeReporter; |
class WebAudioSourceProviderImpl; |
class WebMediaPlayerDelegate; |
class WebTextTrackImpl; |
@@ -535,6 +536,10 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl |
// state as part of the call to OnHidden(). |
base::OneShotTimer background_pause_timer_; |
+ // Monitors the watch time of the played content. |
+ std::unique_ptr<WatchTimeReporter> watch_time_reporter_; |
+ bool is_encrypted_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl); |
}; |