| Index: tools/CopyTilesRenderer.h
|
| diff --git a/tools/CopyTilesRenderer.h b/tools/CopyTilesRenderer.h
|
| index d7cf242fff6bea9ee9fbab13c22cbfd51c934a6c..b24414223c15be0d336aa7b4c0f1256960030f5f 100644
|
| --- a/tools/CopyTilesRenderer.h
|
| +++ b/tools/CopyTilesRenderer.h
|
| @@ -22,7 +22,11 @@ namespace sk_tools {
|
| class CopyTilesRenderer : public TiledPictureRenderer {
|
|
|
| public:
|
| +#if SK_SUPPORT_GPU
|
| + CopyTilesRenderer(const GrContext::Options &opts, int x, int y);
|
| +#else
|
| CopyTilesRenderer(int x, int y);
|
| +#endif
|
| virtual void init(const SkPicture* pict,
|
| const SkString* writePath,
|
| const SkString* mismatchPath,
|
|
|