aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-03-16 10:26:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-16 10:26:13 -0700
commite7903c7397c694e343c2c0fcc5cabea351212f23 (patch)
tree60b24f752606a60f81fc87eabfcf4f8a29f2d03b /include
parent93a1215fe0ab007ce941c721f1fd3e9dcb5d4754 (diff)
FilterLevel -> SkFilterQuality
BUG=skia: TBR= NOTREECHECKS=True NOTRY=True Review URL: https://codereview.chromium.org/1010023002
Diffstat (limited to 'include')
-rw-r--r--include/core/SkGraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkGraphics.h b/include/core/SkGraphics.h
index b2fc365835..ea74c586d2 100644
--- a/include/core/SkGraphics.h
+++ b/include/core/SkGraphics.h
@@ -78,7 +78,7 @@ public:
static void PurgeFontCache();
/**
- * Scaling bitmaps with the SkPaint::kHigh_FilterLevel setting is
+ * Scaling bitmaps with the kHigh_SkFilterQuality setting is
* expensive, so the result is saved in the global Scaled Image
* Cache.
*