Chromium Code Reviews| Index: gm/rrects.cpp |
| diff --git a/gm/rrects.cpp b/gm/rrects.cpp |
| index a2a63086b7e9e1cfb8c12d3bd0df92be7c13f91e..fa7351b435c49d42fd2d17729fd653b620aa9881 100644 |
| --- a/gm/rrects.cpp |
| +++ b/gm/rrects.cpp |
| @@ -120,10 +120,10 @@ protected: |
| SkRect bounds = rrect.getBounds(); |
| bounds.outset(2.f, 2.f); |
| - tt.target()->drawSimpleRect(pipelineBuilder, |
| - 0xff000000, |
| - SkMatrix::I(), |
| - bounds); |
| + tt.target()->drawBWRect(pipelineBuilder, |
| + 0xff000000, |
| + SkMatrix::I(), |
| + bounds); |
| } else { |
| drew = false; |
| } |