| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 06953a5ea4d982313bc9412bd2ca30f34591c949..46b8bfca933adb491ed5ee376574696f4ad4d227 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -625,6 +625,7 @@ class CORE_EXPORT HTMLMediaElement
|
|
|
| // FIXME: HTMLMediaElement has way too many state bits.
|
| bool playing_ : 1;
|
| + bool pending_play_ : 1;
|
| bool should_delay_load_event_ : 1;
|
| bool have_fired_loaded_data_ : 1;
|
| bool can_autoplay_ : 1;
|
|
|