diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/build/WebCore/SConscript | 2 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
3 files changed, 6 insertions, 6 deletions
@@ -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 |