aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkNWayCanvas.h
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-01-25 06:23:54 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-25 06:23:54 -0800
commit53d9f1cfbd5ddbf57c2f22b9e613ce48e5b2896c (patch)
tree924b154fadd6630fc87ea3e139df91f8112649a7 /include/utils/SkNWayCanvas.h
parent1517f93439bb974d871098cff632627e13524620 (diff)
SK_SUPPORT_LEGACY_DRAWFLTER typo
Diffstat (limited to 'include/utils/SkNWayCanvas.h')
-rw-r--r--include/utils/SkNWayCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/SkNWayCanvas.h b/include/utils/SkNWayCanvas.h
index 35eca7bd80..d25dbc9def 100644
--- a/include/utils/SkNWayCanvas.h
+++ b/include/utils/SkNWayCanvas.h
@@ -24,7 +24,7 @@ public:
///////////////////////////////////////////////////////////////////////////
// These are forwarded to the N canvases we're referencing
-#ifdef SK_SUPPORT_LEGACY_DRAWFLTER
+#ifdef SK_SUPPORT_LEGACY_DRAWFILTER
SkDrawFilter* setDrawFilter(SkDrawFilter*) override;
#endif