| 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 a23c6a4f7feeac806f2ce01e6a46fe57afe6bc7a..72f961e78ff848de9236da74a9b8803979ef423e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -316,6 +316,7 @@ public:
|
| bool isLegacyViewportType() override;
|
| PageVisibilityState pageVisibilityState() const override;
|
| String autoplayExperimentMode() const override;
|
| + LocalFrame* frame() const override { return m_element->document().frame(); }
|
|
|
| // LayoutObject
|
| void setRequestPositionUpdates(bool) override;
|
|
|