| 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 74be68ed0751dcd8c88149d6567b019024ce0cb1..955b77b01cfd4a449569a13c3730471f1d43bf40 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| @@ -102,6 +102,10 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
|
| private:
|
| class NavigationHintSender;
|
|
|
| + void attributeChanged(const QualifiedName&,
|
| + const AtomicString&,
|
| + const AtomicString&,
|
| + AttributeModificationReason) override;
|
| bool shouldHaveFocusAppearance() const final;
|
| void dispatchFocusEvent(Element* oldFocusedElement,
|
| WebFocusType,
|
|
|