diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-03-30 17:06:19 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-03-30 17:06:19 +0000 |
commit | a45af9f58596a606ab013e0c9fa997e704a0d55d (patch) | |
tree | e6106d435737791f9ec87e2d2bf7bc9d957b1abc /gpu/src | |
parent | 9266fed56a46a4edc710a52c7be8d46fd7c2bc7a (diff) |
add new file GrPathUtils.cpp
git-svn-id: http://skia.googlecode.com/svn/trunk@1017 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/src')
-rw-r--r-- | gpu/src/gr_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/src/gr_files.mk b/gpu/src/gr_files.mk index 89ef5f108b..dc0a57e38d 100644 --- a/gpu/src/gr_files.mk +++ b/gpu/src/gr_files.mk @@ -19,6 +19,7 @@ SOURCE := \ GrMatrix.cpp \ GrMemory.cpp \ GrPath.cpp \ + GrPathUtils.cpp \ GrRectanizer_fifo.cpp \ GrTextureCache.cpp \ GrTextContext.cpp \ |