diff options
author | epoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 20:27:24 +0000 |
---|---|---|
committer | epoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 20:27:24 +0000 |
commit | b3ef40d5f95c531ff8fc36d5d3a7b9290c7b6ce9 (patch) | |
tree | f5bdeea72c4b85857173cd02043a7effdecfed32 /skia | |
parent | ac011114399fce8434c4a08ec7f6e6f31fe86b8e (diff) | |
download | chromium_src-b3ef40d5f95c531ff8fc36d5d3a7b9290c7b6ce9.zip chromium_src-b3ef40d5f95c531ff8fc36d5d3a7b9290c7b6ce9.tar.gz chromium_src-b3ef40d5f95c531ff8fc36d5d3a7b9290c7b6ce9.tar.bz2 |
Skia DEPS roll 3039->3061
The roll to 3071 caused http://crbug.com/110875 ('REGRESSION: crrev 118440 breaks HitTestMasks on all Windows platforms'); trying to roll what we can while we fix that.
Review URL: https://chromiumcodereview.appspot.com/9138024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 49476bd..f29de35 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -344,7 +344,9 @@ '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', - '../third_party/skia/src/gpu/GrAddPathRenderers_aahairline.cpp', + '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', + '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', + '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', '../third_party/skia/src/gpu/GrAllocator.h', '../third_party/skia/src/gpu/GrAllocPool.h', '../third_party/skia/src/gpu/GrAllocPool.cpp', |