Index: Source/core/html/forms/InputTypeView.h |
diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h |
index 042c589c31b7972d52bbac8be76a2cc401997b8e..37ac415e598167e18ab93b4bb490473b14adbf62 100644 |
--- a/Source/core/html/forms/InputTypeView.h |
+++ b/Source/core/html/forms/InputTypeView.h |
@@ -93,6 +93,7 @@ public: |
virtual PassRefPtrWillBeRawPtr<HTMLFormElement> formForSubmission() const; |
virtual bool hasCustomFocusLogic() const; |
virtual void handleFocusEvent(Element* oldFocusedElement, FocusType); |
+ virtual void handleFocusInEvent(Element* oldFocusedElement, FocusType); |
virtual void handleBlurEvent(); |
virtual void subtreeHasChanged(); |
virtual bool hasTouchEventHandler() const; |