Index: gm/constcolorprocessor.cpp |
diff --git a/gm/constcolorprocessor.cpp b/gm/constcolorprocessor.cpp |
index 9177ce5233d73e41c94fba2a916e296a5a86dc11..30544af8f9a39215aed3bb4e4737a841342bc461 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. |