Revert of enable new gradients + suppress gms for now (patchset #1 id:1 of https://codereview.chromium.org/807513004/)
Reason for revert: crashy Original issue's description: > enable new gradients + suppress gms for now > > BUG=skia: > TBR= > NOTRY=True > > Committed: https://skia.googlesource.com/skia/+/8142a57fa1bf582b66efde276cd43d40c525bc16 TBR= NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/814963002
This commit is contained in:
parent
8142a57fa1
commit
2c770271e6
@ -51,17 +51,6 @@ imagemagnifier
|
||||
#reed
|
||||
modecolorfilters
|
||||
|
||||
#reed
|
||||
gammagradienttext
|
||||
composeshader_alpha
|
||||
composeshader
|
||||
c_gms
|
||||
alphagradients
|
||||
arithmode
|
||||
colorcube
|
||||
lightingcolorfilter
|
||||
|
||||
|
||||
#joshualitt
|
||||
bleed
|
||||
blurrects
|
||||
|
@ -11,6 +11,8 @@
|
||||
#include "SkFixed.h"
|
||||
#include "SkScalar.h"
|
||||
|
||||
#define SK_SUPPORT_LEGACY_GRADIENT_PRECISION
|
||||
|
||||
#ifdef SK_SUPPORT_LEGACY_GRADIENT_PRECISION
|
||||
#define SkGradFixed SkFixed
|
||||
#define SkScalarToGradFixed SkScalarToFixed
|
||||
|
Loading…
Reference in New Issue
Block a user