| Index: samplecode/SampleApp.cpp
|
| diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
|
| index a80ccd95b854c9a3089988541064d01478649902..508ff63052031de5d98e5e8472dd6e5a1a1fa575 100644
|
| --- a/samplecode/SampleApp.cpp
|
| +++ b/samplecode/SampleApp.cpp
|
| @@ -1116,7 +1116,7 @@ void SampleWindow::showZoomer(SkCanvas* canvas) {
|
| // Clear the background behind our zoomed in view
|
| paint.setColor(SK_ColorWHITE);
|
| canvas->drawRect(dest, paint);
|
| - canvas->drawBitmapRect(bitmap, &src, dest);
|
| + canvas->drawBitmapRect(bitmap, src, dest, NULL);
|
| paint.setColor(SK_ColorBLACK);
|
| paint.setStyle(SkPaint::kStroke_Style);
|
| // Draw a border around the pixel in the middle
|
|
|