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

Unified Diff: third_party/WebKit/Source/core/html/forms/HiddenInputType.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/HiddenInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/HiddenInputType.h b/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
index 50fd3d3933e01ff32bc6967c40c3340359df691c..cad77ca6630b119da8d16e74ae1a14dfe6691869 100644
--- a/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
@@ -55,7 +55,7 @@ class HiddenInputType final : public InputType, private InputTypeView {
LayoutObject* createLayoutObject(const ComputedStyle&) const override;
void accessKeyAction(bool sendMouseEvents) override;
bool layoutObjectIsNeeded() override;
- bool storesValueSeparateFromAttribute() override;
+ ValueMode valueMode() const override;
bool isInteractiveContent() const override { return false; }
bool shouldRespectHeightAndWidthAttributes() override;
void setValue(const String&, bool, TextFieldEventBehavior) override;

Powered by Google App Engine
This is Rietveld 408576698