| Index: third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| index 90b15ba32c8574449eed44fc3e992de234ba49a1..d70aeafeabb5f7c2b2bf224de80519587434806f 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| @@ -93,6 +93,10 @@ InputTypeView* ColorInputType::createView() {
|
| return this;
|
| }
|
|
|
| +InputType::ValueMode ColorInputType::valueMode() const {
|
| + return ValueMode::kValue;
|
| +}
|
| +
|
| void ColorInputType::countUsage() {
|
| countUsageIfVisible(UseCounter::InputTypeColor);
|
| }
|
|
|