diff options
Diffstat (limited to 'src/pathops/SkPathOpsDebug.h')
-rw-r--r-- | src/pathops/SkPathOpsDebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h index 724713a74a..035ab14a05 100644 --- a/src/pathops/SkPathOpsDebug.h +++ b/src/pathops/SkPathOpsDebug.h @@ -481,6 +481,8 @@ namespace SkOpDebug { void Dump(const SkDPoint& ); + void Dump(const SkOpAngle& ); + // dummy declarations to fool msvs Visual Studio 2018 Immediate Window #define DummyDeclarations(a, b) \ void Dump(const SkDebugTCoincident##a##b& ); \ |