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

Unified Diff: Source/core/html/BaseDateAndTimeInputType.h

Issue 16194013: Mouse press should focus on any types of form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/BaseDateAndTimeInputType.h
diff --git a/Source/core/html/BaseDateAndTimeInputType.h b/Source/core/html/BaseDateAndTimeInputType.h
index 3ef68accf79f074cb2e553296e84a3fd28f120d6..69447ac5774c417ad2c004ab01a9d29c95a36613 100644
--- a/Source/core/html/BaseDateAndTimeInputType.h
+++ b/Source/core/html/BaseDateAndTimeInputType.h
@@ -64,6 +64,7 @@ private:
virtual String localizeValue(const String&) const OVERRIDE;
virtual bool supportsReadOnly() const OVERRIDE;
virtual bool shouldRespectListAttribute() OVERRIDE;
+ virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE;
};
} // namespace WebCore
« no previous file with comments | « Source/core/html/BaseChooserOnlyDateAndTimeInputType.cpp ('k') | Source/core/html/BaseDateAndTimeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698