From 93a1215fe0ab007ce941c721f1fd3e9dcb5d4754 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 16 Mar 2015 10:08:34 -0700 Subject: SkPaint::FilterLevel -> SkFilterQuality clone (+rebase) of https://codereview.chromium.org/1009183002/ BUG=skia: TBR=scroggo@google.com Review URL: https://codereview.chromium.org/1014533004 --- gm/filterfastbounds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gm/filterfastbounds.cpp') diff --git a/gm/filterfastbounds.cpp b/gm/filterfastbounds.cpp index 206903f3eb..6244001374 100644 --- a/gm/filterfastbounds.cpp +++ b/gm/filterfastbounds.cpp @@ -94,7 +94,7 @@ static void create_paints(SkImageFilter* source, SkTArray* paints) { scale.setScale(2.0f, 2.0f); SkAutoTUnref scaleMIF( - SkMatrixImageFilter::Create(scale, SkPaint::kLow_FilterLevel, source)); + SkMatrixImageFilter::Create(scale, kLow_SkFilterQuality, source)); add_paint(scaleMIF, paints); } @@ -104,7 +104,7 @@ static void create_paints(SkImageFilter* source, SkTArray* paints) { rot.setRotate(-33.3f); SkAutoTUnref rotMIF( - SkMatrixImageFilter::Create(rot, SkPaint::kLow_FilterLevel, source)); + SkMatrixImageFilter::Create(rot, kLow_SkFilterQuality, source)); add_paint(rotMIF, paints); } -- cgit v1.2.3