Actually fix GPU-less build.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 26 Nov 2012 21:42:32 +0000 (21:42 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 26 Nov 2012 21:42:32 +0000 (21:42 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@6555 2bbb7eff-a529-9590-31e7-b0007b416f81

tests/ClipStackTest.cpp

index ac423ed8d2e23f54a35ce570b2c7d4df3ed556b0..272ba1c3c2b85b5e0a1f5414e8421181199916f5 100644 (file)
@@ -881,7 +881,9 @@ static void TestClipStack(skiatest::Reporter* reporter) {
     test_isWideOpen(reporter);
     test_rect_merging(reporter);
     test_iter_rect_merging(reporter);
+#if SK_SUPPORT_GPU
     test_reduced_clip_stack(reporter);
+#endif
 }
 
 #include "TestClassDef.h"