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

Unified Diff: include/core/SkCanvas.h

Issue 1634573002: SK_SUPPORT_LEGACY_DRAWFLTER typo (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | « gyp/skia_for_android_framework_defines.gypi ('k') | include/utils/SkNWayCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « gyp/skia_for_android_framework_defines.gypi ('k') | include/utils/SkNWayCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698