Chromium Code Reviews| Index: Source/core/html/forms/InputTypeView.cpp |
| diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp |
| index b7f2931a0a1bc30a77f6c7d0280a9de07d3cf5aa..34c5a4cd3ea36c2aea0593f0f758cc4c33e62ab4 100644 |
| --- a/Source/core/html/forms/InputTypeView.cpp |
| +++ b/Source/core/html/forms/InputTypeView.cpp |
| @@ -125,6 +125,10 @@ void InputTypeView::handleBlurEvent() |
| { |
| } |
| +void InputTypeView::handleFocusInEvent(Element*, FocusType) |
| +{ |
| +} |
| + |
| void InputTypeView::startResourceLoading() |
| { |
| } |