diff options
Diffstat (limited to 'libs/hwui/PathParser.cpp')
-rw-r--r-- | libs/hwui/PathParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathParser.cpp b/libs/hwui/PathParser.cpp index 35230fff279e..4e9ac9c7f723 100644 --- a/libs/hwui/PathParser.cpp +++ b/libs/hwui/PathParser.cpp @@ -221,7 +221,7 @@ void PathParser::parseStringForSkPath(SkPath* skPath, ParseResult* result, const result->failureMessage = "No verbs found in the string for pathData"; return; } - VectorDrawablePath::verbsToPath(skPath, &pathData); + VectorDrawableUtils::verbsToPath(skPath, pathData); return; } |