Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index ae1ec6a0730f2e771b9651cf9bb131d7057ec76e..f65efdb0d9dea85f13ed0f41d3875f960cf2824f 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -116,7 +116,7 @@ private: |
virtual const AtomicString& formControlType() const; |
virtual bool isKeyboardFocusable(KeyboardEvent*) const; |
- virtual bool isMouseFocusable() const; |
+ virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE; |
virtual void dispatchFocusEvent(PassRefPtr<Node> oldFocusedNode, FocusDirection) OVERRIDE; |
virtual void dispatchBlurEvent(PassRefPtr<Node> newFocusedNode); |