summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Gradient.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-02-16 11:44:48 +0000
committerSteve Block <steveblock@google.com>2010-02-16 11:48:33 +0000
commitbbd750d5835fa1fcef2c3d076723d1305e045c39 (patch)
tree475b3ba808374e22f6524a17d6e52c1045b9db8f /WebCore/platform/graphics/Gradient.cpp
parent48b7cc16e8edd7abbf40cbe17b1abbc8cf273929 (diff)
downloadexternal_webkit-bbd750d5835fa1fcef2c3d076723d1305e045c39.zip
external_webkit-bbd750d5835fa1fcef2c3d076723d1305e045c39.tar.gz
external_webkit-bbd750d5835fa1fcef2c3d076723d1305e045c39.tar.bz2
Merge webkit.org at r54731 : Fix remaining merge conflicts
- AutoFillPopupMenuClient.h - Take theirs, git got confused - PluginView.h - Conflict due to new OS macro - Gradient.cpp - Conflict due to new argument due to setPlatformGradientSpaceTransform - Android.derived.v8bindings.mk - Keep ours - DragImage.h - Take both - V8DocumentCustom.cpp - Take theirs - XCode project - Take both to keep Android-addition of GeolocationPositionCache Change-Id: I3f294a71af93fb4e02b57e0169bd25143132df15
Diffstat (limited to 'WebCore/platform/graphics/Gradient.cpp')
-rw-r--r--WebCore/platform/graphics/Gradient.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/platform/graphics/Gradient.cpp b/WebCore/platform/graphics/Gradient.cpp
index 0a751ac..daf4754 100644
--- a/WebCore/platform/graphics/Gradient.cpp
+++ b/WebCore/platform/graphics/Gradient.cpp
@@ -195,13 +195,8 @@ void Gradient::setGradientSpaceTransform(const AffineTransform& gradientSpaceTra
setPlatformGradientSpaceTransform(gradientSpaceTransformation);
}
-<<<<<<< HEAD
#if !(PLATFORM(SKIA) && !PLATFORM(ANDROID))
-void Gradient::setPlatformGradientSpaceTransform(const TransformationMatrix&)
-=======
-#if !PLATFORM(SKIA)
void Gradient::setPlatformGradientSpaceTransform(const AffineTransform&)
->>>>>>> webkit.org at r54731
{
}
#endif