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

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

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
« no previous file with comments | « Source/core/html/forms/InputTypeView.h ('k') | Source/core/html/forms/TextFieldInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputTypeView.cpp
diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
index 34c5a4cd3ea36c2aea0593f0f758cc4c33e62ab4..247b227a005e7ac319e93bf3c1b6e12aab0a3069 100644
--- a/Source/core/html/forms/InputTypeView.cpp
+++ b/Source/core/html/forms/InputTypeView.cpp
@@ -117,7 +117,7 @@ bool InputTypeView::hasCustomFocusLogic() const
return false;
}
-void InputTypeView::handleFocusEvent(Element*, FocusType)
+void InputTypeView::handleFocusEvent(Element*, WebFocusType)
{
}
@@ -125,7 +125,7 @@ void InputTypeView::handleBlurEvent()
{
}
-void InputTypeView::handleFocusInEvent(Element*, FocusType)
+void InputTypeView::handleFocusInEvent(Element*, WebFocusType)
{
}
« no previous file with comments | « Source/core/html/forms/InputTypeView.h ('k') | Source/core/html/forms/TextFieldInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698