| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| index 590db6ed0005814993ba95c843bdc2d4848023c6..b1b8766f1a578d251278725b23ec39b9737d477a 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -224,6 +224,7 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| unsigned m_hideTimerBehaviorFlags;
|
| bool m_isMouseOverControls : 1;
|
| bool m_isPausedForScrubbing : 1;
|
| + bool m_hasNeverBeenPlayed : 1;
|
|
|
| // Watches the video element for resize and updates media controls as
|
| // necessary.
|
|
|