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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMac.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/core/layout/LayoutThemeMac.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
index 587cafe306aa1fc865be8caf3c8c3dd2e525af65..91fac44f43eb86506ba0b055dc39a0f1da7ac1a4 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
@@ -24,6 +24,8 @@
#ifndef LayoutThemeMac_h
#define LayoutThemeMac_h
+#import <Cocoa/Cocoa.h>
+
#import "core/layout/LayoutTheme.h"
#import "core/paint/ThemePainterMac.h"
#import "wtf/HashMap.h"
« no previous file with comments | « third_party/WebKit/Source/core/Precompile-core.h ('k') | third_party/WebKit/Source/core/win/Precompile-core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698