| 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 7cada4b371d74563eff4dd8375e096864d4d2e56..7d7a9f4e42fede7f4f5285eb25eb5d16a307424d 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ColorInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
|
| @@ -68,7 +68,6 @@ class ColorInputType final : public InputType,
|
| void countUsage() override;
|
| const AtomicString& formControlType() const override;
|
| bool supportsRequired() const override;
|
| - String fallbackValue() const override;
|
| String sanitizeValue(const String&) const override;
|
| void createShadowSubtree() override;
|
| void didSetValue(const String&, bool valueChanged) override;
|
|
|