Chromium Code Reviews| Index: tools/PictureRenderer.cpp |
| diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp |
| index 34b08f567c89ef082048ab1066aa44bde423fc67..5ee88db1dc5015fd422828dcf8f5e6bb3d6ceb9e 100644 |
| --- a/tools/PictureRenderer.cpp |
| +++ b/tools/PictureRenderer.cpp |
| @@ -139,6 +139,10 @@ SkCanvas* PictureRenderer::setupCanvas(int width, int height) { |
| case kAngle_DeviceType: |
| // fall through |
| #endif |
| +#if SK_COMMAND_BUFFER |
| + case kCommandBuffer_DeviceType: |
| + // fall through |
| +#endif |
| #if SK_MESA |
| case kMesa_DeviceType: |
| // fall through |