Chromium Code Reviews| Index: tools/PictureRenderer.h |
| diff --git a/tools/PictureRenderer.h b/tools/PictureRenderer.h |
| index 57d73cf33419b897a6e029ee1376bac878756521..efe118ff08f48701e53c89c19c6f9fdca01bd607 100644 |
| --- a/tools/PictureRenderer.h |
| +++ b/tools/PictureRenderer.h |
| @@ -413,7 +413,7 @@ protected: |
| void scaleToScaleFactor(SkCanvas*); |
| SkBBHFactory* getFactory(); |
| - uint32_t recordFlags(); |
| + uint32_t recordFlags() const { return 0; } |
| SkCanvas* setupCanvas(); |
| virtual SkCanvas* setupCanvas(int width, int height); |