remove SK_SUPPORT_DEPRECATED_CLIPOPS from g3
authorMike Reed <reed@google.com>
Thu, 11 May 2017 01:48:54 +0000 (21:48 -0400)
committerMike Reed <reed@google.com>
Thu, 11 May 2017 01:49:56 +0000 (01:49 +0000)
Bug: skia:
Change-Id: Ibcdb026a235620135153caabf888ca47317d0515
Reviewed-on: https://skia-review.googlesource.com/16429
Reviewed-by: Mike Reed <reed@google.com>
public.bzl

index e7988093979230c084bdd4e3825ad3f114164e5b..1813af0cb74c88df16270156208b98b6c6c05c3b 100644 (file)
@@ -661,7 +661,6 @@ DEFINES_ALL = [
     # Staging flags for API changes
     # Temporarily Disable analytic AA for Google3
     "SK_NO_ANALYTIC_AA",
-    "SK_SUPPORT_DEPRECATED_CLIPOPS",
 ]
 
 ################################################################################