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

Unified Diff: third_party/WebKit/Source/core/html/forms/ColorInputType.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/ColorInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/ColorInputType.h b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
index 96cee6c51d976c6c5ac4552c5819092e1807a5f5..1c45676d2aa3a305819d49f3dae32892dbf924cd 100644
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
@@ -63,6 +63,7 @@ class ColorInputType final : public InputType,
private:
explicit ColorInputType(HTMLInputElement&);
InputTypeView* createView() override;
+ ValueMode valueMode() const override;
void valueAttributeChanged() override;
void countUsage() override;
const AtomicString& formControlType() const override;

Powered by Google App Engine
This is Rietveld 408576698