Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 66741519bf8aa1058f66e7a82d95d8e6309a91db..6d990045b5cf7e1abbfea83b1c9a1b9ef7d5b6fe 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1150,12 +1150,12 @@ public: |
////////////////////////////////////////////////////////////////////////// |
#ifdef SK_INTERNAL |
-#ifndef SK_SUPPORT_LEGACY_DRAWFLTER |
- #define SK_SUPPORT_LEGACY_DRAWFLTER |
+#ifndef SK_SUPPORT_LEGACY_DRAWFILTER |
+ #define SK_SUPPORT_LEGACY_DRAWFILTER |
#endif |
#endif |
-#ifdef SK_SUPPORT_LEGACY_DRAWFLTER |
+#ifdef SK_SUPPORT_LEGACY_DRAWFILTER |
/** Get the current filter object. The filter's reference count is not |
affected. The filter is saved/restored, just like the matrix and clip. |
@return the canvas' filter (or NULL). |