Index: include/utils/SkPathUtils.h |
diff --git a/include/utils/SkPathUtils.h b/include/utils/SkPathUtils.h |
index 4ab819c6c9e386b1037b49de68a87086d3631570..a27cbb8f0f3e28157e36799a17679d641405089d 100644 |
--- a/include/utils/SkPathUtils.h |
+++ b/include/utils/SkPathUtils.h |
@@ -25,7 +25,7 @@ public: |
all binary data the path is simplified using the PathOps::Simplify() method. |
*/ |
static void BitsToPath_Path(SkPath* path, const char* bitmap, |
- int h, int w, int stride); |
+ int w, int h, int rowBytes); |
/** |
This variation utilizes the SkRegion class to generate paths, adding |
@@ -33,7 +33,7 @@ public: |
of the binary the SkRegion is converted to a Path via getBoundaryPath(). |
*/ |
static void BitsToPath_Region(SkPath* path, const char* bitmap, |
- int h, int w, int stride); |
+ int w, int h, int rowBytes); |
}; |