aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/constcolorprocessor.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/constcolorprocessor.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/constcolorprocessor.cpp')
-rw-r--r--gm/constcolorprocessor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/constcolorprocessor.cpp b/gm/constcolorprocessor.cpp
index 9177ce5233..30544af8f9 100644
--- a/gm/constcolorprocessor.cpp
+++ b/gm/constcolorprocessor.cpp
@@ -115,10 +115,10 @@ protected:
GrPipelineBuilder pipelineBuilder(grPaint, rt, clip);
pipelineBuilder.addColorProcessor(fp);
- tt.target()->drawBWRect(pipelineBuilder,
- grPaint.getColor(),
- viewMatrix,
- renderRect);
+ tt.target()->drawNonAARect(pipelineBuilder,
+ grPaint.getColor(),
+ viewMatrix,
+ renderRect);
// Draw labels for the input to the processor and the processor to the right of
// the test rect. The input label appears above the processor label.