From 0cfd547b465a3611506dc4c4c0ba973ccb2e7f30 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Thu, 5 Apr 2018 16:33:04 -0400 Subject: Remove SK_SUPPORT_LEGACY_BLURMASKFILTER Change-Id: I1d99d9bb83d8a612d1c1fd298c1f7ed706a2277b Reviewed-on: https://skia-review.googlesource.com/118990 Reviewed-by: Mike Reed Commit-Queue: Brian Osman --- tests/BlurTest.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests') diff --git a/tests/BlurTest.cpp b/tests/BlurTest.cpp index 50bc4d799e..b606064448 100644 --- a/tests/BlurTest.cpp +++ b/tests/BlurTest.cpp @@ -383,9 +383,6 @@ static void test_blurDrawLooper(skiatest::Reporter* reporter, SkScalar sigma, Sk REPORTER_ASSERT(reporter, rec.fOffset.y() == dy); REPORTER_ASSERT(reporter, rec.fColor == color); REPORTER_ASSERT(reporter, rec.fStyle == style); -#ifdef SK_SUPPORT_LEGACY_BLURMASKFILTER - REPORTER_ASSERT(reporter, rec.fQuality == kHigh_SkBlurQuality); -#endif } } } @@ -401,9 +398,6 @@ static void test_looper(skiatest::Reporter* reporter, sk_sp lp, Sk if (success) { REPORTER_ASSERT(reporter, rec.fSigma == sigma); REPORTER_ASSERT(reporter, rec.fStyle == style); -#ifdef SK_SUPPORT_LEGACY_BLURMASKFILTER - REPORTER_ASSERT(reporter, rec.fQuality == kHigh_SkBlurQuality); -#endif } } @@ -478,9 +472,6 @@ DEF_TEST(BlurAsABlur, reporter) { REPORTER_ASSERT(reporter, success); REPORTER_ASSERT(reporter, rec.fSigma == sigma); REPORTER_ASSERT(reporter, rec.fStyle == style); -#ifdef SK_SUPPORT_LEGACY_BLURMASKFILTER - REPORTER_ASSERT(reporter, rec.fQuality == kHigh_SkBlurQuality); -#endif } else { REPORTER_ASSERT(reporter, !success); } -- cgit v1.2.3