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

Unified Diff: Source/platform/mac/ColorMac.h

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 | « Source/core/rendering/RenderThemeChromiumMac.mm ('k') | Source/platform/mac/ColorMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/ColorMac.h
diff --git a/Source/platform/mac/ColorMac.h b/Source/platform/mac/ColorMac.h
index 3836a3882950a8d52cb722fb8a6060f98fd855e5..c9fe0df5bc61c8f77a35504c4b27a1ed84e53be5 100644
--- a/Source/platform/mac/ColorMac.h
+++ b/Source/platform/mac/ColorMac.h
@@ -35,15 +35,8 @@ OBJC_CLASS NSColor;
namespace WebCore {
- // These functions assume NSColors are in DeviceRGB colorspace
- Color PLATFORM_EXPORT colorFromNSColor(NSColor *);
- NSColor* PLATFORM_EXPORT nsColor(const Color&);
-
- bool PLATFORM_EXPORT usesTestModeFocusRingColor();
- void PLATFORM_EXPORT setUsesTestModeFocusRingColor(bool);
-
- // Focus ring color used for testing purposes.
- RGBA32 PLATFORM_EXPORT oldAquaFocusRingColor();
+// This function assumes NSColors are in DeviceRGB colorspace
+PLATFORM_EXPORT NSColor* nsColor(const Color&);
}
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumMac.mm ('k') | Source/platform/mac/ColorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698