| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| index 7aaf6d03619563a6e1bc94d49151020323f35d1d..15634a7a83e9693e7ccdbf8759c0d7a210ca5609 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| @@ -83,9 +83,9 @@ LayoutObject* HTMLVideoElement::createLayoutObject(const ComputedStyle&)
|
| return new LayoutVideo(this);
|
| }
|
|
|
| -void HTMLVideoElement::attach(const AttachContext& context)
|
| +void HTMLVideoElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| - HTMLMediaElement::attach(context);
|
| + HTMLMediaElement::attachLayoutTree(context);
|
|
|
| updateDisplayState();
|
| if (shouldDisplayPosterImage()) {
|
|
|