| Index: samplecode/SampleApp.cpp
|
| diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
|
| index 4c81d89ce49ff02a1d536c76fa033ddcf1791b0b..2cad7538170f5322a4619f8e21669365d73d7b89 100644
|
| --- a/samplecode/SampleApp.cpp
|
| +++ b/samplecode/SampleApp.cpp
|
| @@ -292,7 +292,6 @@ public:
|
|
|
| if (!IsGpuDeviceType(dType)) {
|
| // need to send the raster bits to the (gpu) window
|
| - fCurContext->setRenderTarget(fCurRenderTarget);
|
| const SkBitmap& bm = win->getBitmap();
|
| fCurRenderTarget->writePixels(0, 0, bm.width(), bm.height(),
|
| SkImageInfo2GrPixelConfig(bm.colorType(),
|
|
|