Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index 600b345c4ddd8b04ee0467be32d13d66a65c3080..c17841da8312bb34ba6c41418a68bd9277e33b2b 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -154,7 +154,7 @@ private: |
virtual void onGpuStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE; |
virtual void onGpuDrawPath(const GrPath*, SkPath::FillType) SK_OVERRIDE; |
- virtual void onGpuDrawPaths(size_t, const GrPath**, const SkMatrix*, |
+ virtual void onGpuDrawPaths(int, const GrPath**, const SkMatrix*, |
SkPath::FillType, |
SkStrokeRec::Style) SK_OVERRIDE; |