diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-09 21:15:28 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-09 21:15:28 +0000 |
commit | beeb97c94da3b2a4b3acfae7817f8d2fea70c8e8 (patch) | |
tree | deb59c601629f1b31465e02cbbd15addf63b115f /gyp | |
parent | 683001ce0de70c859ea5e5353245b18cadbefc45 (diff) |
Added stack to AA clip mask cache
http://codereview.appspot.com/6201058/
git-svn-id: http://skia.googlecode.com/svn/trunk@3885 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp index 58039ba6c7..e7d5724cda 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -23,6 +23,7 @@ '../tests/BlurTest.cpp', '../tests/CanvasTest.cpp', '../tests/ClampRangeTest.cpp', + '../tests/ClipCacheTest.cpp', '../tests/ClipCubicTest.cpp', '../tests/ClipStackTest.cpp', '../tests/ClipperTest.cpp', |