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