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

Unified Diff: third_party/WebKit/Source/platform/mac/NSScrollerImpDetails.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/NSScrollerImpDetails.h
diff --git a/third_party/WebKit/Source/platform/mac/NSScrollerImpDetails.h b/third_party/WebKit/Source/platform/mac/NSScrollerImpDetails.h
index c5b7581b5f0c6a22e6ec126f8d23c71bbb744c9b..d3ec907d72196756d77959f42505811cac90ad96 100644
--- a/third_party/WebKit/Source/platform/mac/NSScrollerImpDetails.h
+++ b/third_party/WebKit/Source/platform/mac/NSScrollerImpDetails.h
@@ -26,6 +26,8 @@
#ifndef WebCore_NSScrollerImpDetails_h
#define WebCore_NSScrollerImpDetails_h
+#import <Cocoa/Cocoa.h>
+
#import <AvailabilityMacros.h>
@interface NSObject (ScrollbarPainter)
« no previous file with comments | « third_party/WebKit/Source/platform/mac/ColorMac.h ('k') | third_party/WebKit/Source/platform/mac/ThemeMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698