| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index b5487dc871b2f41187eca86b5a17dbc23fb1edc7..d1023d2682eac2b6766c287540dcc40943ba1369 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -330,7 +330,7 @@ public:
|
| * @param count Number of paths to draw (length of indices array)
|
| * @param transforms Array of individual transforms, one for each path
|
| * @param transformsType Type of transformations in the array. Array contains
|
| - PathTransformSize(transformsType) × count elements
|
| + PathTransformSize(transformsType) * count elements
|
| * @param fill Fill type for drawing all the paths
|
| */
|
| enum PathTransformType {
|
|
|