OSDN Git Service

Merge WebKit at r84325: Initial merge by git.
[android-x86/external-webkit.git] / Source / WebCore / platform / graphics / cg / IntPointCG.cpp
index 95dbe5f..4a1096b 100644 (file)
@@ -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)