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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMac.h

Issue 2932913002: Move spellcheck underline colors into LayoutTheme (Closed)
Patch Set: Fix Mac build Created 3 years, 6 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: third_party/WebKit/Source/core/layout/LayoutThemeMac.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
index beab13d67695d4ed700fe20688cc5f34283111dc..b3aa1720e9fe43bf8243e31167442df4266ef871 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
@@ -50,6 +50,8 @@ class LayoutThemeMac final : public LayoutTheme {
Color PlatformActiveListBoxSelectionForegroundColor() const override;
Color PlatformInactiveListBoxSelectionBackgroundColor() const override;
Color PlatformInactiveListBoxSelectionForegroundColor() const override;
+ Color PlatformSpellingMarkerUnderlineColor() const override;
+ Color PlatformGrammarMarkerUnderlineColor() const override;
Color PlatformFocusRingColor() const override;
ScrollbarControlSize ScrollbarControlSizeForPart(ControlPart part) override {

Powered by Google App Engine
This is Rietveld 408576698