summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/cg/IntSizeCG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/cg/IntSizeCG.cpp')
-rw-r--r--Source/WebCore/platform/graphics/cg/IntSizeCG.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/cg/IntSizeCG.cpp b/Source/WebCore/platform/graphics/cg/IntSizeCG.cpp
index d8e8c83..c844cbc 100644
--- a/Source/WebCore/platform/graphics/cg/IntSizeCG.cpp
+++ b/Source/WebCore/platform/graphics/cg/IntSizeCG.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "IntSize.h"
-#if PLATFORM(CG)
+#if USE(CG) || USE(SKIA_ON_MAC_CHROME)
#include <ApplicationServices/ApplicationServices.h>
@@ -43,4 +43,4 @@ IntSize::operator CGSize() const
}
-#endif // PLATFORM(CG)
+#endif // USE(CG)