diff options
Diffstat (limited to 'include/core/SkPath.h')
-rw-r--r-- | include/core/SkPath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h index e5093462f8..4e987c0a20 100644 --- a/include/core/SkPath.h +++ b/include/core/SkPath.h @@ -753,6 +753,7 @@ public: segments have been visited, return kDone_Verb. @param pts The points representing the current verb and/or segment + This must not be NULL. @return The verb for the current segment */ Verb next(SkPoint pts[4]); |