| commit | 31f0ffc9c38b377c60979e18c6fd898ba08c8faf | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Dec 02 23:55:11 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Dec 02 23:55:11 2013 +0000 |
| tree | de5b82cf17c5cc5ae4e9c8b88a09d720e87e24be | |
| parent | 5da55510a63f3d889da266697b2c4a7aa2e66184 [diff] [blame] |
Move fIsOval from SkPath to SkPathRef https://codereview.chromium.org/89123002/ git-svn-id: http://skia.googlecode.com/svn/trunk@12450 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp index 131e40b..00e4e5f 100644 --- a/tests/PathTest.cpp +++ b/tests/PathTest.cpp
@@ -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));