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:
reed 2014-12-18 12:59:39 -08:00 committed by Commit bot
parent 8142a57fa1
commit 2c770271e6
2 changed files with 2 additions and 11 deletions

View File

@ -51,17 +51,6 @@ imagemagnifier
#reed
modecolorfilters
#reed
gammagradienttext
composeshader_alpha
composeshader
c_gms
alphagradients
arithmode
colorcube
lightingcolorfilter
#joshualitt
bleed
blurrects

View File

@ -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