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 a1633558608717986b5a964c9479066a569068a6..50ce410307deed12ffb0cfc7acf7d7fc23f01126 100644 |
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.h |
@@ -77,7 +77,7 @@ |
bool TypeMismatchFor(const String&) const override; |
void WarnIfValueIsInvalid(const String&) const override; |
void UpdateView() override; |
- AXObjectImpl* PopupRootAXObject() override; |
+ AXObject* PopupRootAXObject() override; |
Color ValueAsColor() const; |
void EndColorChooser(); |