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

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..e82ee95958fbdbeb93baadd48f0324082109f0f4 100644
--- a/Source/core/html/forms/InputType.h
+++ b/Source/core/html/forms/InputType.h
@@ -204,6 +204,7 @@ public:
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