| Index: Source/core/html/HTMLSelectElement.h
|
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
|
| index bac7c088e333d55c9e3c2675494c1a01c31f521d..a2256f9f2d4f3b83157839f3a22d098575c8501b 100644
|
| --- a/Source/core/html/HTMLSelectElement.h
|
| +++ b/Source/core/html/HTMLSelectElement.h
|
| @@ -114,7 +114,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);
|
|
|