| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| index f0cb919b2e7114b8daea4891e7dde400ae1d074a..ece2c1b292b45d5e31a32126b567d1adfc74b45f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -161,7 +161,7 @@ class CORE_EXPORT HTMLFormControlElement : public LabelableElement,
|
| InputDeviceCapabilities* sourceCapabilities) override;
|
| void willCallDefaultEventHandler(const Event&) final;
|
|
|
| - void didRecalcStyle() override;
|
| + void didRebuildLayoutTree() override;
|
|
|
| // This must be called any time the result of willValidate() has changed.
|
| void setNeedsWillValidateCheck();
|
|
|