aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
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 /src/utils
parent1517f93439bb974d871098cff632627e13524620 (diff)
SK_SUPPORT_LEGACY_DRAWFLTER typo
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/SkNWayCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/SkNWayCanvas.cpp b/src/utils/SkNWayCanvas.cpp
index 23e9b117f1..e3b1e019b6 100644
--- a/src/utils/SkNWayCanvas.cpp
+++ b/src/utils/SkNWayCanvas.cpp
@@ -292,7 +292,7 @@ void SkNWayCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4]
}
}
-#ifdef SK_SUPPORT_LEGACY_DRAWFLTER
+#ifdef SK_SUPPORT_LEGACY_DRAWFILTER
SkDrawFilter* SkNWayCanvas::setDrawFilter(SkDrawFilter* filter) {
Iter iter(fList);
while (iter.next()) {