Index: Source/core/html/forms/InputTypeView.h |
diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h |
index 37ac415e598167e18ab93b4bb490473b14adbf62..4623bb54d65d1a0657a45d72a44cbfb3854e3bda 100644 |
--- a/Source/core/html/forms/InputTypeView.h |
+++ b/Source/core/html/forms/InputTypeView.h |
@@ -119,6 +119,8 @@ public: |
virtual void updateClearButtonVisibility(); |
virtual void updatePlaceholderText(); |
virtual AXObject* popupRootAXObject(); |
+ virtual void ensureFallbackContent(); |
+ virtual void ensurePrimaryContent(); |
protected: |
InputTypeView(HTMLInputElement& element) : m_element(&element) { } |