| 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 1585f6b8a6dad28affc3dfa40102cc5eb196924d..e05dacfc47dd429b3cd2bfa5d77d49dab71b6255 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| @@ -55,7 +55,7 @@ class CORE_EXPORT PseudoElement : public Element {
|
| PseudoElement(Element*, PseudoId);
|
|
|
| private:
|
| - void didRecalcStyle(StyleRecalcChange) override;
|
| + void didRecalcStyle() override;
|
|
|
| PseudoId m_pseudoId;
|
| };
|
|
|