Chromium Code Reviews| Index: tools/PictureRenderer.cpp |
| =================================================================== |
| --- tools/PictureRenderer.cpp (revision 12915) |
| +++ tools/PictureRenderer.cpp (working copy) |
| @@ -146,6 +146,10 @@ |
| case kAngle_DeviceType: |
| // fall through |
| #endif |
| +#if SK_MESA |
| + case kMesa_DeviceType: |
| + // fall through |
| +#endif |
| case kGPU_DeviceType: { |
| SkAutoTUnref<GrSurface> target; |
| if (fGrContext) { |