From 196efbf71cdd9a64b807e5e869cd45da5a66ac36 Mon Sep 17 00:00:00 2001 From: Chris Dalton Date: Fri, 6 Oct 2017 17:14:51 -0600 Subject: Enable coverage counting path rendering except on Android framework Android framework will come after collecting a bit more data. Bug: skia: Change-Id: I6f4738e457f09c976b8bf282153ca75160a1d91c Reviewed-on: https://skia-review.googlesource.com/55563 Commit-Queue: Chris Dalton Reviewed-by: Brian Salomon --- include/private/GrTypesPriv.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/private') diff --git a/include/private/GrTypesPriv.h b/include/private/GrTypesPriv.h index 04a0111744..e1e797bb3c 100644 --- a/include/private/GrTypesPriv.h +++ b/include/private/GrTypesPriv.h @@ -757,9 +757,7 @@ enum class GpuPathRenderers { kTessellating = 1 << 7, kAll = (kTessellating | (kTessellating - 1)), - - // Temporarily disabling CCPR by default until it has had a time to soak. - kDefault = kAll & ~kCoverageCounting, + kDefault = kAll }; GR_MAKE_BITFIELD_CLASS_OPS(GpuPathRenderers) -- cgit v1.2.3