Chromium Code Reviews| Index: gm/blurroundrect.cpp |
| diff --git a/gm/blurroundrect.cpp b/gm/blurroundrect.cpp |
| index ef20e25860708b5da20c65d533333c3bfbb9bcd5..fe4a93994628d8401562f9a7321cde86add4017a 100644 |
| --- a/gm/blurroundrect.cpp |
| +++ b/gm/blurroundrect.cpp |
| @@ -73,7 +73,7 @@ public: |
| SkPaint paint; |
| canvas->drawRect(fRRect.rect(), paint); |
| - paint.setLooper(looperBuilder.detachLooper())->unref(); |
| + paint.setLooper(looperBuilder.detach()); |
| paint.setColor(SK_ColorCYAN); |
| paint.setAntiAlias(true); |