| Index: third_party/WebKit/Source/core/dom/PseudoElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.h b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| index eb05f72bf15e56176273a4f52098fcc69cf8d4a4..d0b9c8a9912845ac1a8231127aa77d3a6aeb9a89 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| @@ -38,7 +38,7 @@ public:
|
| static PseudoElement* create(Element* parent, PseudoId);
|
|
|
| PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
|
|
| bool canStartSelection() const override { return false; }
|
|
|