diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-05 22:26:11 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-05 22:26:11 +0000 |
commit | 170bd792e17469769d145b7dc15dea6cd01b7966 (patch) | |
tree | 1fb57f21ce382fb8db2d336d6bd1450c45a09920 /tests | |
parent | 99b5c7f94ba5ef0c9cb464e34834cd5adea37a0e (diff) |
Move GrReducedClip to its own files.
R=robertphillips@google.com
Review URL: https://codereview.appspot.com/6891045
git-svn-id: http://skia.googlecode.com/svn/trunk@6686 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ClipStackTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp index 0f6e266bae..3127a71058 100644 --- a/tests/ClipStackTest.cpp +++ b/tests/ClipStackTest.cpp @@ -7,7 +7,7 @@ */ #include "Test.h" #if SK_SUPPORT_GPU - #include "GrClipMaskManager.h" + #include "GrReducedClip.h" #endif #include "SkClipStack.h" #include "SkPath.h" |