diff options
Diffstat (limited to 'Source/WebCore/platform/graphics/Gradient.h')
-rw-r--r-- | Source/WebCore/platform/graphics/Gradient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/Gradient.h b/Source/WebCore/platform/graphics/Gradient.h index 790e8e1..432262d 100644 --- a/Source/WebCore/platform/graphics/Gradient.h +++ b/Source/WebCore/platform/graphics/Gradient.h @@ -57,11 +57,15 @@ typedef QGradient* PlatformGradient; #elif PLATFORM(CAIRO) typedef struct _cairo_pattern cairo_pattern_t; typedef cairo_pattern_t* PlatformGradient; +<<<<<<< HEAD #elif PLATFORM(SKIA) #if PLATFORM(ANDROID) #include "SkShader.h" typedef class PlatformGradientRec* PlatformGradient; #else +======= +#elif USE(SKIA) +>>>>>>> WebKit at r80534 class SkShader; typedef class SkShader* PlatformGradient; typedef class SkShader* PlatformPattern; |