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

Unified Diff: Source/WebCore/html/InputType.cpp

Issue 13888009: Mouse press should focus on any types of form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/WebCore/html/InputType.h ('k') | Source/WebCore/html/TextFieldInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/InputType.cpp
diff --git a/Source/WebCore/html/InputType.cpp b/Source/WebCore/html/InputType.cpp
index 3ad1d98cd2db517860862781d58624eb091053a9..4c804eeba2bb97eef9de2374ede9128b9b1a57f2 100644
--- a/Source/WebCore/html/InputType.cpp
+++ b/Source/WebCore/html/InputType.cpp
@@ -535,11 +535,6 @@ bool InputType::isKeyboardFocusable(KeyboardEvent* event) const
return element()->isTextFormControlKeyboardFocusable(event);
}
-bool InputType::isMouseFocusable() const
-{
- return element()->isTextFormControlMouseFocusable();
-}
-
bool InputType::shouldUseInputMethod() const
{
return false;
« no previous file with comments | « Source/WebCore/html/InputType.h ('k') | Source/WebCore/html/TextFieldInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698