aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bigrrectaaeffect.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-21 10:53:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-21 10:53:34 -0700
commitd2b23e0ee6dcb366540b12d13552120289ee3da0 (patch)
tree334873f68cdcd4cc9c17bda94c2c59b18bf092d4 /gm/bigrrectaaeffect.cpp
parent2244c27ea4db85df305fa09f664b7d75f637e7a9 (diff)
Standardize BW to NonAA
TBR=bsalomon@google.com, robertphillips@google.com BUG=skia: Review URL: https://codereview.chromium.org/1310533004
Diffstat (limited to 'gm/bigrrectaaeffect.cpp')
-rw-r--r--gm/bigrrectaaeffect.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/bigrrectaaeffect.cpp b/gm/bigrrectaaeffect.cpp
index f603abe27c..cf151fb1bd 100644
--- a/gm/bigrrectaaeffect.cpp
+++ b/gm/bigrrectaaeffect.cpp
@@ -85,10 +85,10 @@ protected:
bounds.outset(2.f, 2.f);
bounds.offset(SkIntToScalar(x), SkIntToScalar(y));
- tt.target()->drawBWRect(pipelineBuilder,
- 0xff000000,
- SkMatrix::I(),
- bounds);
+ tt.target()->drawNonAARect(pipelineBuilder,
+ 0xff000000,
+ SkMatrix::I(),
+ bounds);
}
canvas->restore();
x = x + kDrawOffset;