aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PaintTest.cpp
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2016-10-20 16:40:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-20 21:08:50 +0000
commit958788ab461bf84e8c604a17dba5ebc2d6c27dfa (patch)
treed53ea7a59c21c26ea68f3bc830522d8a28f20002 /tests/PaintTest.cpp
parentc83ada98e2e60be75ae03e228c4d35eb45357add (diff)
remove 4 legacy flags (clients already updated)
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3785 Change-Id: I187e50e09ed7a3316719fae51af770259928fdf9 Reviewed-on: https://skia-review.googlesource.com/3785 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'tests/PaintTest.cpp')
-rw-r--r--tests/PaintTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp
index c4a4fb7721..9cd9cfc63c 100644
--- a/tests/PaintTest.cpp
+++ b/tests/PaintTest.cpp
@@ -312,10 +312,6 @@ DEF_TEST(Paint_MoreFlattening, r) {
ASSERT(other.getTextSize() == paint.getTextSize());
ASSERT(other.getLooper() == paint.getLooper());
ASSERT(other.getBlendMode() == paint.getBlendMode());
-
-#ifdef SK_SUPPORT_LEGACY_XFERMODE_PTR
- other.setXfermode(nullptr);
-#endif
}
DEF_TEST(Paint_getHash, r) {