aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkTypes.h4
-rwxr-xr-xsrc/core/SkDistanceFieldGen.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index 31c81a1aa3..9b37604106 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -120,8 +120,8 @@ inline void operator delete(void* p) {
#endif
#ifdef SK_IGNORE_TO_STRING
- #define SK_TO_STRING_NONVIRT()
- #define SK_TO_STRING_VIRT()
+ #define SK_TO_STRING_NONVIRT()
+ #define SK_TO_STRING_VIRT()
#define SK_TO_STRING_PUREVIRT()
#define SK_TO_STRING_OVERRIDE()
#else
diff --git a/src/core/SkDistanceFieldGen.cpp b/src/core/SkDistanceFieldGen.cpp
index fa36bf7dd6..938b1a5a6c 100755
--- a/src/core/SkDistanceFieldGen.cpp
+++ b/src/core/SkDistanceFieldGen.cpp
@@ -24,7 +24,7 @@ enum NeighborFlags {
kBottom_NeighborFlag = 0x40,
kBottomRight_NeighborFlag = 0x80,
kAll_NeighborFlags = 0xff,
-
+
kNeighborFlagCount = 8
};