diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 15:31:11 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 15:31:11 +0000 |
commit | 80248e3395ac8f5d52e8e290435cdce6482a6726 (patch) | |
tree | 397cbe07f35593f6c77c539dbddca331bf7439a5 /skia | |
parent | a9f090b9d48e668ec4e155b247b2d7fe25fe0f01 (diff) | |
download | chromium_src-80248e3395ac8f5d52e8e290435cdce6482a6726.zip chromium_src-80248e3395ac8f5d52e8e290435cdce6482a6726.tar.gz chromium_src-80248e3395ac8f5d52e8e290435cdce6482a6726.tar.bz2 |
Use SkMatrix44 for the underlying implementation of ui::Transform
BUG=
TEST=ui_unittest
Review URL: http://codereview.chromium.org/7044062
Patch from Ian Vollick <vollick@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 3876532..ddee583 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -727,7 +727,12 @@ [ 'OS != "mac"', { 'sources/': [ ['exclude', '_mac\\.(cc|cpp|mm?)$'], - ['exclude', '/mac/'] ], + ['exclude', '/mac/'] + ], + 'sources': [ + '../third_party/skia/include/utils/SkMatrix44.h', + '../third_party/skia/src/utils/SkMatrix44.cpp', + ], }], [ 'toolkit_uses_gtk == 0', { 'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ], |