Index: src/gpu/gl/GrGLPathRendering.h |
diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h |
index f3145636886389e022dc5d6ef33c80f6e1108439..1f1a33cbbbc9d14f9b50c0fd8172040e4de26d52 100644 |
--- a/src/gpu/gl/GrGLPathRendering.h |
+++ b/src/gpu/gl/GrGLPathRendering.h |
@@ -41,8 +41,8 @@ public: |
const SkStrokeRec&) SK_OVERRIDE; |
virtual void stencilPath(const GrPath*, const GrStencilSettings&) SK_OVERRIDE; |
virtual void drawPath(const GrPath*, const GrStencilSettings&) SK_OVERRIDE; |
- virtual void drawPaths(const GrPathRange*, const uint32_t indices[], int count, |
- const float transforms[], PathTransformType, |
+ virtual void drawPaths(const GrPathRange*, const void* indices, PathIndexType, |
+ const float transformValues[], PathTransformType, int count, |
const GrStencilSettings&) SK_OVERRIDE; |
/* Called when the 3D context state is unknown. */ |