| Index: tools/CopyTilesRenderer.h
|
| diff --git a/tools/CopyTilesRenderer.h b/tools/CopyTilesRenderer.h
|
| index 3d9a1eb18cea62ab38057e893678cce7c65378f9..5ff4175eede05ad9e399126407c5c346a9d4096d 100644
|
| --- a/tools/CopyTilesRenderer.h
|
| +++ b/tools/CopyTilesRenderer.h
|
| @@ -11,6 +11,7 @@
|
| #include "PictureRenderer.h"
|
| #include "SkTypes.h"
|
|
|
| +struct GrContextOptions;
|
| class SkPicture;
|
| class SkString;
|
|
|
| @@ -23,7 +24,7 @@ namespace sk_tools {
|
|
|
| public:
|
| #if SK_SUPPORT_GPU
|
| - CopyTilesRenderer(const GrContext::Options &opts, int x, int y);
|
| + CopyTilesRenderer(const GrContextOptions &opts, int x, int y);
|
| #else
|
| CopyTilesRenderer(int x, int y);
|
| #endif
|
|
|