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

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

Issue 2702363002: Share precompiled header setup for blink between Windows and Mac. (Closed)
Patch Set: Added missing Cocoa imports Created 3 years, 9 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/platform/mac/ColorMac.h
diff --git a/third_party/WebKit/Source/platform/mac/ColorMac.h b/third_party/WebKit/Source/platform/mac/ColorMac.h
index e68f8fc81d50acbb5ea723a85e0eba210d019e37..511bf2b5a89d21283843f09ffe1f7c16ea068313 100644
--- a/third_party/WebKit/Source/platform/mac/ColorMac.h
+++ b/third_party/WebKit/Source/platform/mac/ColorMac.h
@@ -29,6 +29,8 @@
#ifndef ColorMac_h
#define ColorMac_h
+#import <Cocoa/Cocoa.h>
+
#include "platform/graphics/Color.h"
OBJC_CLASS NSColor;

Powered by Google App Engine
This is Rietveld 408576698