| Index: Source/core/html/forms/ColorInputType.h
|
| diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h
|
| index 41a05e0b75290cea696f0ec3e1fd3e07702c86c3..2dcb9d53c83173052cd49910101de89fbf8eb4ff 100644
|
| --- a/Source/core/html/forms/ColorInputType.h
|
| +++ b/Source/core/html/forms/ColorInputType.h
|
| @@ -49,7 +49,7 @@ public:
|
| virtual void didChooseColor(const Color&) override;
|
| virtual void didEndChooser() override;
|
| virtual Element& ownerElement() const override;
|
| - virtual IntRect elementRectRelativeToRootView() const override;
|
| + virtual IntRect elementRectRelativeToViewport() const override;
|
| virtual Color currentColor() override;
|
| virtual bool shouldShowSuggestions() const override;
|
| virtual Vector<ColorSuggestion> suggestions() const override;
|
|
|