Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / InputTypeView.cpp
index d8c4939..c87c062 100644 (file)
@@ -112,7 +112,7 @@ bool InputTypeView::hasCustomFocusLogic() const
     return false;
 }
 
-void InputTypeView::handleFocusEvent(Element*, FocusDirection)
+void InputTypeView::handleFocusEvent(Element*, FocusType)
 {
 }
 
@@ -209,4 +209,8 @@ void InputTypeView::updateClearButtonVisibility()
 {
 }
 
+void InputTypeView::updatePlaceholderText()
+{
+}
+
 } // namespace WebCore