summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/Pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/Pattern.h')
-rw-r--r--Source/WebCore/platform/graphics/Pattern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/Pattern.h b/Source/WebCore/platform/graphics/Pattern.h
index c88f2fb..1d0b0f8 100644
--- a/Source/WebCore/platform/graphics/Pattern.h
+++ b/Source/WebCore/platform/graphics/Pattern.h
@@ -35,10 +35,10 @@
#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
-#if PLATFORM(CG)
+#if USE(CG)
typedef struct CGPattern* CGPatternRef;
typedef CGPatternRef PlatformPatternPtr;
-#elif PLATFORM(CAIRO)
+#elif USE(CAIRO)
#include <cairo.h>
typedef cairo_pattern_t* PlatformPatternPtr;
#elif USE(SKIA)