| 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 88b604d9e95e9b53442d5489fb5279d5531e5381..f8f95d6ccc83db0d378806517794de2bfbc61d13 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -626,6 +626,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;
|
|
|