| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| index 05ea599c9c1217e61e7f156751937d6bbba3c36e..10c3c5921ba60997907f179c658e7b96f470696c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -200,7 +200,7 @@ class CORE_EXPORT HTMLSelectElement final
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| - void didRecalcStyle(StyleRecalcChange) override;
|
| + void didRecalcStyle() override;
|
| void detachLayoutTree(const AttachContext& = AttachContext()) override;
|
| void appendToFormData(FormData&) override;
|
| void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
|
|