Index: content/renderer/media/webmediaplayer_impl.h |
diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h |
index a9ae3cb1e28257862d0ef381544ecf7cc45c1e24..0fef3ec276edbd194efa01b9488357c78f46f38f 100644 |
--- a/content/renderer/media/webmediaplayer_impl.h |
+++ b/content/renderer/media/webmediaplayer_impl.h |
@@ -264,6 +264,10 @@ class WebMediaPlayerImpl |
double playback_rate_; |
base::TimeDelta paused_time_; |
+ // TODO(scherkus): Replace with an explicit ended signal to HTMLMediaElement, |
+ // see http://crbug.com/409280 |
+ bool ended_; |
+ |
// Seek gets pending if another seek is in progress. Only last pending seek |
// will have effect. |
bool pending_seek_; |