| 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 d3d8cb9ff2129ed1bb357ade23ccad1ae4dbd8a0..6885edbd5e896abedfcbc06e5e2756ed1ed5c486 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -348,7 +348,7 @@ class CORE_EXPORT HTMLMediaElement
|
| InsertionNotificationRequest insertedInto(ContainerNode*) final;
|
| void didNotifySubtreeInsertionsToDocument() override;
|
| void removedFrom(ContainerNode*) final;
|
| - void didRecalcStyle() final;
|
| + void didRebuildLayoutTree() final;
|
|
|
| bool canStartSelection() const override { return false; }
|
|
|
|
|