| Index: tools/PictureRenderer.cpp
|
| diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp
|
| index 6d9ce62df98ba4f5ea1b32603175211ca9dc46ed..35b1b6166d8a2ef7eb3f2dc9c0402acf7885b928 100644
|
| --- a/tools/PictureRenderer.cpp
|
| +++ b/tools/PictureRenderer.cpp
|
| @@ -152,7 +152,8 @@ SkCanvas* PictureRenderer::setupCanvas(int width, int height) {
|
| case kMesa_DeviceType:
|
| // fall through
|
| #endif
|
| - case kGPU_DeviceType: {
|
| + case kGPU_DeviceType:
|
| + case kNVPR_DeviceType: {
|
| SkAutoTUnref<GrSurface> target;
|
| if (fGrContext) {
|
| // create a render target to back the device
|
|
|