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

Unified Diff: Source/core/rendering/RenderThemeChromiumMac.mm

Issue 336523003: Remove unused Mac platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/platform/mac/ColorMac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderThemeChromiumMac.mm
diff --git a/Source/core/rendering/RenderThemeChromiumMac.mm b/Source/core/rendering/RenderThemeChromiumMac.mm
index 72c9bab5371445824d9464d7a82da236a2c5b77c..7fa4aec77f39bfbeee44cca6b81328f5a41cb6e2 100644
--- a/Source/core/rendering/RenderThemeChromiumMac.mm
+++ b/Source/core/rendering/RenderThemeChromiumMac.mm
@@ -216,8 +216,9 @@ Color RenderThemeChromiumMac::platformInactiveListBoxSelectionForegroundColor()
Color RenderThemeChromiumMac::platformFocusRingColor() const
{
+ static const RGBA32 oldAquaFocusRingColor = 0xFF7DADD9;
if (usesTestModeFocusRingColor())
- return oldAquaFocusRingColor();
+ return oldAquaFocusRingColor;
return systemColor(CSSValueWebkitFocusRingColor);
}
« no previous file with comments | « no previous file | Source/platform/mac/ColorMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698