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

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

Issue 394433002: Add :indeterminate pseudo class support for radio button input (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/InputType.h
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
index fe0f4d3331154455542be62557688458bf27a11b..cf1a06783ee024756edb969af2ef0d16039e4c00 100644
--- a/Source/core/html/forms/InputType.h
+++ b/Source/core/html/forms/InputType.h
@@ -203,7 +203,7 @@ public:
// string. This should not be called for types without valueAsNumber.
virtual String serialize(const Decimal&) const;
- virtual bool supportsIndeterminateAppearance() const;
+ virtual bool shouldAppearIndeterminate() const;
virtual bool supportsInputModeAttribute() const;

Powered by Google App Engine
This is Rietveld 408576698