Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h |
index 450d0846a2da92330da73f8fcbd73ceaf825e0ab..73413cafcefa67eb1c38926b6ca9e6b18ba79f72 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h |
@@ -155,6 +155,9 @@ public: |
void resetTypeAheadSessionForTesting(); |
+ void dispatchFocusEvent(Element* oldFocusedElement, WebFocusType, InputDeviceCapabilities* sourceCapabilities) override; |
+ void dispatchBlurEvent(Element* newFocusedElement, WebFocusType, InputDeviceCapabilities* sourceCapabilities) override; |
+ |
DECLARE_VIRTUAL_TRACE(); |
protected: |
@@ -165,9 +168,6 @@ private: |
bool shouldShowFocusRingOnMouseFocus() const override; |
- void dispatchFocusEvent(Element* oldFocusedElement, WebFocusType, InputDeviceCapabilities* sourceCapabilities) override; |
- void dispatchBlurEvent(Element* newFocusedElement, WebFocusType, InputDeviceCapabilities* sourceCapabilities) override; |
- |
bool canStartSelection() const override { return false; } |
bool isEnumeratable() const override { return true; } |