| 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 1ac4e2e811c10afb9afc31d22873a4ae3b3c15c3..eaf54bc1d4938a340a43b0a897a20ade336bd74d 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) {
|
|
|