summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/cg/ImageSourceCG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/cg/ImageSourceCG.cpp')
-rw-r--r--Source/WebCore/platform/graphics/cg/ImageSourceCG.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/cg/ImageSourceCG.cpp b/Source/WebCore/platform/graphics/cg/ImageSourceCG.cpp
index 068ea5b..1a630d4 100644
--- a/Source/WebCore/platform/graphics/cg/ImageSourceCG.cpp
+++ b/Source/WebCore/platform/graphics/cg/ImageSourceCG.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "ImageSource.h"
-#if PLATFORM(CG)
+#if USE(CG)
#include "ImageSourceCG.h"
#include "IntPoint.h"
@@ -356,4 +356,4 @@ bool ImageSource::frameHasAlphaAtIndex(size_t)
}
-#endif // PLATFORM(CG)
+#endif // USE(CG)