aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ClipStackTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-28 14:42:41 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-28 14:42:41 +0000
commitedb26fdb8349a727b226e90cbeab06cd25f5cac0 (patch)
tree05411da91d66ad82aee2d17cdfa219c37c7e376b /tests/ClipStackTest.cpp
parentab5e91184b01fcfebbb7a4ae5723ede5367832dd (diff)
Set empty/wide-open genID on clip stack in more places and fix a bug in GrReduceClipStack.
R=robertphillips@google.com Review URL: https://codereview.appspot.com/6847116 git-svn-id: http://skia.googlecode.com/svn/trunk@6579 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/ClipStackTest.cpp')
-rw-r--r--tests/ClipStackTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp
index 2707e4047e..8eb1102de8 100644
--- a/tests/ClipStackTest.cpp
+++ b/tests/ClipStackTest.cpp
@@ -903,7 +903,7 @@ static void TestClipStack(skiatest::Reporter* reporter) {
test_rect_merging(reporter);
test_iter_rect_merging(reporter);
#if SK_SUPPORT_GPU
- //test_reduced_clip_stack(reporter);
+ test_reduced_clip_stack(reporter);
#endif
}