| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index 0f6780002c53eb0e38cb1652c2a97043d8e00b2c..7aacea4059f29a1c99c040c2228c385a59e88cb3 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -92,7 +92,7 @@ void SkPaint2GrPaintNoShader(GrContext* context, const SkPaint& skPaint, GrColor
|
| // skPaint's shader to a GrFragmentProcessor if possible.
|
| // constantColor has the same meaning as in skPaint2GrPaintNoShader.
|
| void SkPaint2GrPaintShader(GrContext* context, const SkPaint& skPaint,
|
| - bool constantColor, GrPaint* grPaint);
|
| + const SkMatrix& viewM, bool constantColor, GrPaint* grPaint);
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Classes
|
|
|