Index: gm/bigrrectaaeffect.cpp |
diff --git a/gm/bigrrectaaeffect.cpp b/gm/bigrrectaaeffect.cpp |
index f603abe27c93af1023e0b6ad87736668bd0f05ee..cf151fb1bd9889c8468e665ef70dfec7310bab2e 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; |