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

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h

Issue 2424983004: Introduce enum InputType::ValueMode. (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
index da8592219b9b275d44cff2427e55cd7d3616babd..ea6c4061634f485d23131674cf8d4d2c5f0c958d 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
@@ -61,7 +61,7 @@ class BaseCheckableInputType : public InputType, public InputTypeView {
void accessKeyAction(bool sendMouseEvents) final;
bool matchesDefaultPseudoClass() override;
String fallbackValue() const final;
- bool storesValueSeparateFromAttribute() final;
+ ValueMode valueMode() const override;
void setValue(const String&, bool, TextFieldEventBehavior) final;
void readingChecked() const final;
bool isCheckable() final;

Powered by Google App Engine
This is Rietveld 408576698