summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/ImageBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/ImageBuffer.cpp')
-rw-r--r--Source/WebCore/platform/graphics/ImageBuffer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/ImageBuffer.cpp b/Source/WebCore/platform/graphics/ImageBuffer.cpp
index 4a76be4..23b925a 100644
--- a/Source/WebCore/platform/graphics/ImageBuffer.cpp
+++ b/Source/WebCore/platform/graphics/ImageBuffer.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "ImageBuffer.h"
-#if !PLATFORM(CG)
+#if !USE(CG)
#include <math.h>
@@ -69,4 +69,4 @@ void ImageBuffer::transformColorSpace(ColorSpace srcColorSpace, ColorSpace dstCo
}
-#endif // PLATFORM(CG)
+#endif // USE(CG)