summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 17:51:32 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 17:51:32 +0000
commit79123a57adb831835bba88999e5456c9277ca86f (patch)
treebd1f5aeb370f18de5e32cc7bafb8c8a23e181417
parent9a0e4d16986f8252c4f1d1580534332b0f0bdcc8 (diff)
downloadchromium_src-79123a57adb831835bba88999e5456c9277ca86f.zip
chromium_src-79123a57adb831835bba88999e5456c9277ca86f.tar.gz
chromium_src-79123a57adb831835bba88999e5456c9277ca86f.tar.bz2
Rename AffineTransformSkia to TransformationMatrixSkia, Chromium side
R=eseidel Review URL: http://codereview.chromium.org/17421 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7740 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--webkit/build/WebCore/SConscript2
-rw-r--r--webkit/build/WebCore/WebCore.vcproj8
3 files changed, 6 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index 5cbf727..6918055 100644
--- a/DEPS
+++ b/DEPS
@@ -12,7 +12,7 @@ deps = {
"http://googletest.googlecode.com/svn/trunk@167",
"src/third_party/WebKit":
- "/trunk/deps/third_party/WebKit@7737",
+ "/trunk/deps/third_party/WebKit@7739",
"src/third_party/icu38":
"/trunk/deps/third_party/icu38@7525",
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index 6cb8e2f..e75f645 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -497,7 +497,6 @@ input_files = [
'$WEBCORE_DIR/platform/graphics/transforms/SkewTransformOperation.cpp',
'$WEBCORE_DIR/platform/graphics/transforms/TransformationMatrix.cpp',
- '$WEBCORE_DIR/platform/graphics/skia/AffineTransformSkia.cpp',
'$WEBCORE_DIR/platform/graphics/skia/FloatPointSkia.cpp',
'$WEBCORE_DIR/platform/graphics/skia/FloatRectSkia.cpp',
'$WEBCORE_DIR/platform/graphics/skia/GradientSkia.cpp',
@@ -512,6 +511,7 @@ input_files = [
'$WEBCORE_DIR/platform/graphics/skia/PatternSkia.cpp',
'$WEBCORE_DIR/platform/graphics/skia/PlatformContextSkia.cpp',
'$WEBCORE_DIR/platform/graphics/skia/SkiaUtils.cpp',
+ '$WEBCORE_DIR/platform/graphics/skia/TransformationMatrixSkia.cpp',
'$WEBCORE_DIR/platform/network/AuthenticationChallengeBase.cpp',
'$WEBCORE_DIR/platform/network/Credential.cpp',
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj
index 68ea960..b41bb52 100644
--- a/webkit/build/WebCore/WebCore.vcproj
+++ b/webkit/build/WebCore/WebCore.vcproj
@@ -1640,10 +1640,6 @@
Name="skia"
>
<File
- RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\AffineTransformSkia.cpp"
- >
- </File>
- <File
RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\BitmapImageSingleFrameSkia.h"
>
</File>
@@ -1735,6 +1731,10 @@
RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\SkiaUtils.h"
>
</File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\TransformationMatrixSkia.cpp"
+ >
+ </File>
</Filter>
</Filter>
<Filter