summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/cg/IntRectCG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/cg/IntRectCG.cpp')
-rw-r--r--Source/WebCore/platform/graphics/cg/IntRectCG.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/cg/IntRectCG.cpp b/Source/WebCore/platform/graphics/cg/IntRectCG.cpp
index 73fd63f..18edeb0 100644
--- a/Source/WebCore/platform/graphics/cg/IntRectCG.cpp
+++ b/Source/WebCore/platform/graphics/cg/IntRectCG.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "IntRect.h"
-#if PLATFORM(CG)
+#if USE(CG) || USE(SKIA_ON_MAC_CHROME)
#include <ApplicationServices/ApplicationServices.h>
@@ -48,4 +48,4 @@ IntRect enclosingIntRect(const CGRect& rect)
}
-#endif // PLATFORM(CG)
+#endif // USE(CG)