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

Unified Diff: src/utils/debugger/SkDebugCanvas.cpp

Issue 1068873002: Revert of Remove now-redundant SkPathOps enum. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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 | « include/pathops/SkPathOps.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/debugger/SkDebugCanvas.cpp
diff --git a/src/utils/debugger/SkDebugCanvas.cpp b/src/utils/debugger/SkDebugCanvas.cpp
index 9911b8fb9c6c99eab0e6a7647c80f4e4073db2a2..1b50efaa325b7b6f677b869cfa4b1c3926aa0bf9 100644
--- a/src/utils/debugger/SkDebugCanvas.cpp
+++ b/src/utils/debugger/SkDebugCanvas.cpp
@@ -564,11 +564,11 @@
};
static const char* gOpStrs[] = {
- "kDifference_SkPathOp",
- "kIntersect_SkPathOp",
- "kUnion_SkPathOp",
+ "kDifference_PathOp",
+ "kIntersect_PathOp",
+ "kUnion_PathOp",
"kXor_PathOp",
- "kReverseDifference_SkPathOp",
+ "kReverseDifference_PathOp",
};
static const char kHTML4SpaceIndent[] = "    ";
« no previous file with comments | « include/pathops/SkPathOps.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698