Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: tests/PathTest.cpp

Issue 27222005: account for inverse-paths when we prealloc storage in the rgn-builder (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkRegion_path.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PathTest.cpp
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 7a1d5abf2b62595208d440fc4b4c985a3c10caf8..3aa24c3a11503fa3d8586cc7137d6ac378720047 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -2599,10 +2599,7 @@ static void TestPath(skiatest::Reporter* reporter) {
test_bad_cubic_crbug234190();
test_android_specific_behavior(reporter);
test_path_close_issue1474(reporter);
-
- if (false) { // will remove when fix lands
- test_path_to_region(reporter);
- }
+ test_path_to_region(reporter);
}
#include "TestClassDef.h"
« no previous file with comments | « src/core/SkRegion_path.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698