Index: Source/core/html/HTMLFormControlElement.h |
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
index 055bcd14f17a3a3d0305993c7a63263f902ab510..d357cf131b894a638187a99ab3e275c251091f2b 100644 |
--- a/Source/core/html/HTMLFormControlElement.h |
+++ b/Source/core/html/HTMLFormControlElement.h |
@@ -130,9 +130,9 @@ protected: |
virtual bool isKeyboardFocusable() const OVERRIDE; |
virtual bool shouldShowFocusRingOnMouseFocus() const; |
virtual bool shouldHaveFocusAppearance() const OVERRIDE FINAL; |
- virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE; |
+ virtual bool wasFocusedByMouse() const OVERRIDE; |
+ virtual void setWasFocusedByMouse(bool) OVERRIDE FINAL; |
virtual void dispatchBlurEvent(Element* newFocusedElement) OVERRIDE; |
- virtual void willCallDefaultEventHandler(const Event&) OVERRIDE FINAL; |
virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE FINAL; |