| Index: Source/core/html/forms/InputTypeView.h
|
| diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
|
| index 901a496d74b65e29a2ac116718f7f51befe37caa..d38d13d2dbfb87242476522e1eac160265593264 100644
|
| --- a/Source/core/html/forms/InputTypeView.h
|
| +++ b/Source/core/html/forms/InputTypeView.h
|
| @@ -33,8 +33,8 @@
|
| #ifndef InputTypeView_h
|
| #define InputTypeView_h
|
|
|
| -#include "core/page/FocusType.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "public/platform/WebFocusType.h"
|
| #include "wtf/FastAllocBase.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
| @@ -92,8 +92,8 @@ public:
|
| virtual bool shouldSubmitImplicitly(Event*);
|
| virtual PassRefPtrWillBeRawPtr<HTMLFormElement> formForSubmission() const;
|
| virtual bool hasCustomFocusLogic() const;
|
| - virtual void handleFocusEvent(Element* oldFocusedElement, FocusType);
|
| - virtual void handleFocusInEvent(Element* oldFocusedElement, FocusType);
|
| + virtual void handleFocusEvent(Element* oldFocusedElement, WebFocusType);
|
| + virtual void handleFocusInEvent(Element* oldFocusedElement, WebFocusType);
|
| virtual void handleBlurEvent();
|
| virtual void subtreeHasChanged();
|
| virtual bool hasTouchEventHandler() const;
|
|
|