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

Unified Diff: Source/core/html/forms/ColorInputType.h

Issue 919423002: Audited and renamed uses of methods and variables named RootView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 years, 10 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: 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;

Powered by Google App Engine
This is Rietveld 408576698