aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2017-12-12 13:00:53 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-13 16:45:10 +0000
commitdde37e5f6613bec240b8ea9336e56f58ba63e418 (patch)
treebcdc4f3e9ecb21cacf7948a4a900f9fee8f7c978 /include
parent30082ace82f7f297b0f01333df4cab7f48e78d35 (diff)
Re-enable CCPR now that clipping is fixed
Bug: skia:7190 Change-Id: I6a0efb656ebcf7920782e37d93b26438f572251f Reviewed-on: https://skia-review.googlesource.com/84180 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/private/GrTypesPriv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/private/GrTypesPriv.h b/include/private/GrTypesPriv.h
index a3e9014f47..cfcbff9af9 100644
--- a/include/private/GrTypesPriv.h
+++ b/include/private/GrTypesPriv.h
@@ -743,9 +743,7 @@ enum class GpuPathRenderers {
kTessellating = 1 << 7,
kAll = (kTessellating | (kTessellating - 1)),
-
- // Temporarily disabling CCPR while we sort out issues with clipping.
- kDefault = kAll & ~kCoverageCounting,
+ kDefault = kAll
};
/**