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