| Index: tools/CopyTilesRenderer.cpp
|
| diff --git a/tools/CopyTilesRenderer.cpp b/tools/CopyTilesRenderer.cpp
|
| index 6f95da758bea7f828612ab09ad67d14fcfca8ac3..bc1e32ec1112664bb5dabd7284e7462b427755da 100644
|
| --- a/tools/CopyTilesRenderer.cpp
|
| +++ b/tools/CopyTilesRenderer.cpp
|
| @@ -18,7 +18,7 @@
|
|
|
| namespace sk_tools {
|
| #if SK_SUPPORT_GPU
|
| - CopyTilesRenderer::CopyTilesRenderer(const GrContext::Options& opts, int x, int y)
|
| + CopyTilesRenderer::CopyTilesRenderer(const GrContextOptions& opts, int x, int y)
|
| : INHERITED(opts)
|
| , fXTilesPerLargeTile(x)
|
| , fYTilesPerLargeTile(y) { }
|
|
|