| Index: src/gpu/GrGpu.h
 | 
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
 | 
| index 956f0835e18321d8851671620e5ebe15da4433aa..b10a63f2dff2597bd81a4c623f77cbbdb205d72d 100644
 | 
| --- a/src/gpu/GrGpu.h
 | 
| +++ b/src/gpu/GrGpu.h
 | 
| @@ -365,10 +365,11 @@ public:
 | 
|                            const GrStencilSettings&);
 | 
|      virtual void drawPaths(const GrOptDrawState&,
 | 
|                             const GrPathRange*,
 | 
| -                           const uint32_t indices[],
 | 
| -                           int count,
 | 
| -                           const float transforms[],
 | 
| +                           const void* indices,
 | 
| +                           GrDrawTarget::PathIndexType,
 | 
| +                           const float transformValues[],
 | 
|                             GrDrawTarget::PathTransformType,
 | 
| +                           int count,
 | 
|                             const GrStencilSettings&);
 | 
|  
 | 
|      static DrawType PrimTypeToDrawType(GrPrimitiveType type) {
 | 
| 
 |