aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
diff options
context:
space:
mode:
authorGravatar Yuqian Li <liyuqian@google.com>2018-05-03 11:28:28 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-03 18:48:32 +0000
commit737b9a9d4806e376ee960d22578d08ea088c6ccd (patch)
treeddf8a76576a053f803e9371617ee86298414a323 /tests/PathTest.cpp
parent884bce709a73bc19f9e347324cebe3dad3a9701a (diff)
Remove legacy guard flags
Bug: skia: Change-Id: I3b526f2caec6766faea72cdc89550f50e17c71d2 Reviewed-on: https://skia-review.googlesource.com/125746 Reviewed-by: Cary Clark <caryclark@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'tests/PathTest.cpp')
-rw-r--r--tests/PathTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 477b02b7c0..9d8c18f997 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -4373,7 +4373,6 @@ static void test_fuzz_crbug_662730(skiatest::Reporter* reporter) {
test_draw_AA_path(100, 100, path);
}
-#if !defined(SK_SUPPORT_LEGACY_DELTA_AA)
static void test_skbug_6947() {
SkPath path;
SkPoint points[] =
@@ -4433,8 +4432,6 @@ static void test_skbug_7051() {
test_draw_AA_path(100, 100, path);
}
-#endif
-
static void test_interp(skiatest::Reporter* reporter) {
SkPath p1, p2, out;
REPORTER_ASSERT(reporter, p1.isInterpolatable(p2));