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

Unified Diff: Source/core/html/forms/RadioInputType.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/RadioInputType.h
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h
index 2f965eeef20075a975c4ead63be00ea293850d0c..82b88ddd28b33f2357c75bb07dd6452bdee888d5 100644
--- a/Source/core/html/forms/RadioInputType.h
+++ b/Source/core/html/forms/RadioInputType.h
@@ -53,6 +53,7 @@ private:
virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE;
virtual bool isRadioButton() const OVERRIDE;
virtual bool supportsIndeterminateAppearance() const OVERRIDE;
tkent 2014/07/15 01:31:50 Can we remove supportsIndeterminateAppearance()?
keishi 2014/07/15 03:05:30 Done.
+ virtual bool shouldAppearIndeterminate() const OVERRIDE;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698