Index: Source/core/html/HTMLAnchorElement.h |
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
index 701470bdfc6258f1c8b9a5a2c33cdbe002481d9e..5e6a809b2e9f672de7863f5c2478ad9570c68566 100644 |
--- a/Source/core/html/HTMLAnchorElement.h |
+++ b/Source/core/html/HTMLAnchorElement.h |
@@ -92,6 +92,7 @@ protected: |
virtual bool supportsFocus() const OVERRIDE; |
private: |
+ virtual bool shouldHaveFocusAppearance() const OVERRIDE FINAL; |
virtual bool isMouseFocusable() const OVERRIDE; |
virtual bool isKeyboardFocusable() const OVERRIDE; |
virtual void defaultEventHandler(Event*) OVERRIDE FINAL; |