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

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseButtonInputType.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/BaseButtonInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
index 4139d3a9956392069197d7da7e8ee977999dbd91..33ea33f593aae6c7c53d007fb80bea42e4704e8e 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
@@ -55,7 +55,7 @@ class BaseButtonInputType : public InputType,
bool shouldSaveAndRestoreFormControlState() const override;
void appendToFormData(FormData&) const override;
LayoutObject* createLayoutObject(const ComputedStyle&) const override;
- bool storesValueSeparateFromAttribute() override;
+ ValueMode valueMode() const override;
void setValue(const String&, bool, TextFieldEventBehavior) override;
bool matchesDefaultPseudoClass() override;

Powered by Google App Engine
This is Rietveld 408576698