Index: include/gpu/GrContext.h |
=================================================================== |
--- include/gpu/GrContext.h (revision 8926) |
+++ include/gpu/GrContext.h (working copy) |
@@ -902,7 +902,7 @@ |
/// draw state is left unmodified. |
GrDrawTarget* prepareToDraw(const GrPaint*, BufferedDraw); |
- void internalDrawPath(GrDrawTarget* target, const GrPaint& paint, const SkPath& path, |
+ void internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, |
const SkStrokeRec& stroke); |
GrTexture* createResizedTexture(const GrTextureDesc& desc, |