Actually fix GPU-less build.

git-svn-id: http://skia.googlecode.com/svn/trunk@6555 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2012-11-26 21:42:32 +00:00
parent a4e13c85b2
commit e7b3d29a12

View 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"