aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bigrrectaaeffect.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-21 10:25:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-21 10:25:18 -0700
commitb6b513b805c37dc80999261c5d03e7af1976542e (patch)
tree6cd760ca1d84a9e55ea75e5aa66e71a9a11a1499 /gm/bigrrectaaeffect.cpp
parentea73fa529ffdfab49019aed95a122b721fe090f0 (diff)
Create separate entry points for the various flavors of drawRect
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 41e4d0565c..f603abe27c 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()->drawSimpleRect(pipelineBuilder,
- 0xff000000,
- SkMatrix::I(),
- bounds);
+ tt.target()->drawBWRect(pipelineBuilder,
+ 0xff000000,
+ SkMatrix::I(),
+ bounds);
}
canvas->restore();
x = x + kDrawOffset;