diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 17:51:32 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 17:51:32 +0000 |
commit | 79123a57adb831835bba88999e5456c9277ca86f (patch) | |
tree | bd1f5aeb370f18de5e32cc7bafb8c8a23e181417 /webkit/build/WebCore | |
parent | 9a0e4d16986f8252c4f1d1580534332b0f0bdcc8 (diff) | |
download | chromium_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
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/SConscript | 2 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
2 files changed, 5 insertions, 5 deletions
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 |