| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| index 955b77b01cfd4a449569a13c3730471f1d43bf40..4c8a0ce65e3cee511304f8fdad29a24421835581 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| @@ -93,19 +93,14 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
|
| protected:
|
| HTMLAnchorElement(const QualifiedName&, Document&);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool supportsFocus() const override;
|
| bool matchesEnabledPseudoClass() const override;
|
|
|
| private:
|
| class NavigationHintSender;
|
|
|
| - void attributeChanged(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&,
|
| - AttributeModificationReason) override;
|
| + void attributeChanged(const AttributeModificationParams&) override;
|
| bool shouldHaveFocusAppearance() const final;
|
| void dispatchFocusEvent(Element* oldFocusedElement,
|
| WebFocusType,
|
|
|