Chromium Code Reviews| Index: src/gpu/GrAAConvexPathRenderer.h |
| diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAAConvexPathRenderer.h |
| index bb40e19c21842c638ce3dd8af3a3196c61fd6cca..05f60fb48f4e5af93f270c10e52f414943a8dfe5 100644 |
| --- a/src/gpu/GrAAConvexPathRenderer.h |
| +++ b/src/gpu/GrAAConvexPathRenderer.h |
| @@ -24,6 +24,7 @@ public: |
| protected: |
| virtual bool onDrawPath(GrDrawTarget*, |
| GrDrawState*, |
| + GrColor, |
| const SkPath&, |
| const SkStrokeRec&, |
| bool antiAlias) SK_OVERRIDE; |