Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index b38bc1eea83c1656de881be601dc04e12d702d5c..40e714b1528cabb39385dfc6a56ff73e4c0215d9 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -1280,7 +1280,7 @@ static bool is_nested_rects(GrDrawTarget* target, |
} |
SkPath::Direction dirs[2]; |
- if (!path.isNestedRects(rects, dirs)) { |
+ if (!path.isNestedFillRects(rects, dirs)) { |
return false; |
} |