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

Unified Diff: src/pathops/SkPathOpsDebug.cpp

Issue 75453003: optimize pathops coverage (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove unused code now that testing is complete Created 7 years, 1 month 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
Index: src/pathops/SkPathOpsDebug.cpp
diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp
index 95e2204c33b606ee8e54b8e39a8dcdca9509c9af..b68ab2acf889bb2cf88be3445038ae45384cb6d5 100644
--- a/src/pathops/SkPathOpsDebug.cpp
+++ b/src/pathops/SkPathOpsDebug.cpp
@@ -134,9 +134,6 @@ void SkOpSpan::dump() const {
if (fLoop) {
SkDebugf(" loop");
}
- if (fNear) {
- SkDebugf(" near");
- }
SkDebugf("\n");
}

Powered by Google App Engine
This is Rietveld 408576698