| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index 2b306c0158774f655aa4c147a8b8ddb9e580e144..a1f3039dcf9a7415038e000ee52a1ea6dce462eb 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -910,7 +910,7 @@ private:
|
| /// draw state is left unmodified.
|
| GrDrawTarget* prepareToDraw(const GrPaint*, BufferedDraw, AutoRestoreEffects*, AutoCheckFlush*);
|
|
|
| - void internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path,
|
| + void internalDrawPath(GrDrawTarget* target, const GrPaint&, bool useAA, const SkPath& path,
|
| const SkStrokeRec& stroke);
|
|
|
| GrTexture* createResizedTexture(const GrTextureDesc& desc,
|
|
|