| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| index ae052f1145fda99129cf8ee7b929dbc64a9aae32..bfabd845c398a6dffcec598735b4342d9786288b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -1028,6 +1028,7 @@ void HTMLMediaElement::SelectMediaResource() {
|
| // 8 - Queue a task to fire a simple event named loadstart at the media
|
| // element.
|
| ScheduleEvent(EventTypeNames::loadstart);
|
| + autoplay_policy_->OnLoadStarted(GetLoadType());
|
|
|
| // 9 - Run the appropriate steps...
|
| switch (mode) {
|
|
|