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:
parent
ef8dda227b
commit
746db42e2c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user