hide unused var

Bug: skia:
Change-Id: Ia060e0becd8d40817c59e2918678dbdc6dfd6cdd
Reviewed-on: https://skia-review.googlesource.com/86041
Reviewed-by: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2017-12-15 14:28:56 -05:00
parent ef8dda227b
commit 746db42e2c

View File

@ -286,7 +286,9 @@ sk_sp<GrGeometryProcessor> GrDistanceFieldA8TextGeoProc::TestCreate(GrProcessorT
}
SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom);
GrColor color = GrRandomColor(d->fRandom);
#ifdef SK_GAMMA_APPLY_TO_A8
float lum = d->fRandom->nextF();
#endif
return GrDistanceFieldA8TextGeoProc::Make(color,
proxies,
samplerState,