Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1190)

Unified Diff: Source/core/html/forms/InputTypeView.h

Issue 852083002: Propagate focus type to plugins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp ('k') | Source/core/html/forms/InputTypeView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698