summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/Gradient.cpp
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-05-24 14:37:08 +0100
committerBen Murdoch <benm@google.com>2011-06-02 10:36:18 +0100
commit7fb1198349cf58688611c0b98189560871faa49f (patch)
tree0bc688968b9183e14ff57116f5ba2b7f98cd1d1b /Source/WebCore/platform/graphics/Gradient.cpp
parenta551df194f6950988c7accff3018f55c9c674bc3 (diff)
downloadexternal_webkit-7fb1198349cf58688611c0b98189560871faa49f.zip
external_webkit-7fb1198349cf58688611c0b98189560871faa49f.tar.gz
external_webkit-7fb1198349cf58688611c0b98189560871faa49f.tar.bz2
Merge WebKit at r80534: Update uses of PLATFORM(SKIA).
PLATFORM(SKIA) is replaced with USE(SKIA), see http://trac.webkit.org/changeset/79578 Fix conflicts and update our code to reflect this. Change-Id: Ia23956874418552eb8f107d389557a4cdcb225b6
Diffstat (limited to 'Source/WebCore/platform/graphics/Gradient.cpp')
-rw-r--r--Source/WebCore/platform/graphics/Gradient.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/Gradient.cpp b/Source/WebCore/platform/graphics/Gradient.cpp
index f64fe6b..783e552 100644
--- a/Source/WebCore/platform/graphics/Gradient.cpp
+++ b/Source/WebCore/platform/graphics/Gradient.cpp
@@ -221,11 +221,7 @@ void Gradient::setGradientSpaceTransform(const AffineTransform& gradientSpaceTra
setPlatformGradientSpaceTransform(gradientSpaceTransformation);
}
-<<<<<<< HEAD
-#if !(PLATFORM(SKIA) && !PLATFORM(ANDROID)) && !PLATFORM(CAIRO)
-=======
-#if !USE(SKIA) && !PLATFORM(CAIRO)
->>>>>>> WebKit at r80534
+#if !(USE(SKIA) && !PLATFORM(ANDROID)) && !PLATFORM(CAIRO)
void Gradient::setPlatformGradientSpaceTransform(const AffineTransform&)
{
}