Index: src/gpu/GrDefaultPathRenderer.h |
diff --git a/src/gpu/GrDefaultPathRenderer.h b/src/gpu/GrDefaultPathRenderer.h |
index 0f90daa27f9e5c42193dd941fdf59f212847df04..aa481e5c9cb37e2b3a7be3d2ac357485f71033b3 100644 |
--- a/src/gpu/GrDefaultPathRenderer.h |
+++ b/src/gpu/GrDefaultPathRenderer.h |
@@ -34,6 +34,7 @@ private: |
virtual bool onDrawPath(GrDrawTarget*, |
GrDrawState*, |
+ GrColor, |
const SkPath&, |
const SkStrokeRec&, |
bool antiAlias) SK_OVERRIDE; |
@@ -45,6 +46,7 @@ private: |
bool internalDrawPath(GrDrawTarget*, |
GrDrawState*, |
+ GrColor, |
const SkPath&, |
const SkStrokeRec&, |
bool stencilOnly); |