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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.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/scroll/ScrollbarThemeMac.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
index 558b170d04b5739c450aea97c956734b16faf541..3545d5a2dd2e1c106262c3e01253275ac8faff9a 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
@@ -26,6 +26,8 @@
#ifndef ScrollbarThemeMac_h
#define ScrollbarThemeMac_h
+#import <Cocoa/Cocoa.h>
+
#include "platform/mac/NSScrollerImpDetails.h"
#include "platform/scroll/ScrollbarTheme.h"
« no previous file with comments | « third_party/WebKit/Source/platform/mac/ThemeMac.h ('k') | third_party/WebKit/Source/platform/win/Precompile-platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698