| commit | 170bd792e17469769d145b7dc15dea6cd01b7966 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Dec 05 22:26:11 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Dec 05 22:26:11 2012 +0000 |
| tree | 1fb57f21ce382fb8db2d336d6bd1450c45a09920 | |
| parent | 99b5c7f94ba5ef0c9cb464e34834cd5adea37a0e [diff] [blame] |
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
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp index 0f6e266..3127a71 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"