Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: webkit/build/WebCore/SConscript

Issue 17421: Rename AffineTransformSkia to TransformationMatrixSkia, Chromium side... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebCore/SConscript
===================================================================
--- webkit/build/WebCore/SConscript (revision 7738)
+++ webkit/build/WebCore/SConscript (working copy)
@@ -497,7 +497,6 @@
'$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 @@
'$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',
« no previous file with comments | « DEPS ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698