| commit | 466310dbd3073add2ec934e336c30deaaf702eae | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Dec 03 16:43:54 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Dec 03 16:43:54 2013 +0000 |
| tree | c29d296dcf5a52098fe9410035fffab445fedbf2 | |
| parent | 8272d87d3098c8e43feae5bd7bb2b4a7ab8f3337 [diff] [blame] |
Move fIsOval from SkPath to SkPathRef https://codereview.chromium.org/89123002/ git-svn-id: http://skia.googlecode.com/svn/trunk@12463 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));