aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPath.cpp')
-rw-r--r--src/core/SkPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
index 32ec2c560b..5dcca6fff1 100644
--- a/src/core/SkPath.cpp
+++ b/src/core/SkPath.cpp
@@ -2220,7 +2220,7 @@ void SkPath::dumpHex() const {
}
-bool SkPath::isValid() const {
+bool SkPath::isValidImpl() const {
if ((fFillType & ~3) != 0) {
return false;
}