| 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 b2cc2c60a44b52d953fbbc9633dd58e0e53a9f3b..a102ba5d3996489f3ea5ec2586faa91aca217b6e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -133,6 +133,7 @@ protected:
|
| void didChangeForm() override;
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
|
|
| + bool isDefaultButtonForForm() const override;
|
| bool supportsFocus() const override;
|
| bool isKeyboardFocusable() const override;
|
| virtual bool shouldShowFocusRingOnMouseFocus() const;
|
| @@ -161,7 +162,6 @@ private:
|
|
|
| short tabIndex() const final;
|
|
|
| - bool isDefaultButtonForForm() const final;
|
| bool isValidElement() override;
|
| bool matchesValidityPseudoClasses() const override;
|
| void updateAncestorDisabledState() const;
|
|
|