Index: tests/PathTest.cpp |
=================================================================== |
--- tests/PathTest.cpp (revision 12456) |
+++ tests/PathTest.cpp (working copy) |
@@ -2477,7 +2477,7 @@ |
const SkPath& path, |
bool expectedCircle, |
SkPath::Direction expectedDir) { |
- SkRect rect; |
+ SkRect rect = SkRect::MakeEmpty(); |
REPORTER_ASSERT(reporter, path.isOval(&rect) == expectedCircle); |
REPORTER_ASSERT(reporter, path.cheapIsDirection(expectedDir)); |