aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/arithmode.cpp
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2016-09-26 20:40:57 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-09-26 20:53:19 +0000
commit10ff5bfa789b6b602464e8511fdf676c6f5b1bd4 (patch)
tree1eb96e7533f882aa935b5d62132f4205bfedd2c9 /gm/arithmode.cpp
parent29111a3e71f59b26c1feebf6b30db5c68a27d5a9 (diff)
Revert "replace Arithmetic xfermode with imagefilter"
This reverts commit Ia3f3b721854c516f3b7f8c44f71f40a8a2eeb9b4. Reason for revert: need to guard the no-gpu codepath Original issue's description: > replace Arithmetic xfermode with imagefilter > > chrome pre-cl: https://codereview.chromium.org/2369023002/ > > BUG=skia: > > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2595 > > Change-Id: Ia3f3b721854c516f3b7f8c44f71f40a8a2eeb9b4 > Reviewed-on: https://skia-review.googlesource.com/2595 > Commit-Queue: Mike Reed <reed@google.com> > Reviewed-by: Florin Malita <fmalita@chromium.org> > Reviewed-by: Robert Phillips <robertphillips@google.com> > TBR=robertphillips@google.com,fmalita@chromium.org,fmalita@google.com,reed@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Change-Id: I761799b594a0379c6bf356e6abc73552c3d19480 Reviewed-on: https://skia-review.googlesource.com/2661 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'gm/arithmode.cpp')
-rw-r--r--gm/arithmode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gm/arithmode.cpp b/gm/arithmode.cpp
index f98fbf7057..70661a0fba 100644
--- a/gm/arithmode.cpp
+++ b/gm/arithmode.cpp
@@ -15,7 +15,6 @@
#define WW 100
#define HH 32
-#ifdef SK_SUPPORT_LEGACY_ARITHMETICMODE
static SkBitmap make_bm() {
SkBitmap bm;
bm.allocN32Pixels(WW, HH);
@@ -161,4 +160,3 @@ private:
///////////////////////////////////////////////////////////////////////////////
DEF_GM( return new ArithmodeGM; )
-#endif