| Index: tools/PictureRenderingFlags.cpp
|
| diff --git a/tools/PictureRenderingFlags.cpp b/tools/PictureRenderingFlags.cpp
|
| index 0cec3e17be0f16acfd56af19aeb8dc5532ac5aa7..82097e9819a4a2d6b958ee0e97151275067541f5 100644
|
| --- a/tools/PictureRenderingFlags.cpp
|
| +++ b/tools/PictureRenderingFlags.cpp
|
| @@ -8,7 +8,6 @@
|
| #include "PictureRenderingFlags.h"
|
|
|
| #include "CopyTilesRenderer.h"
|
| -#include "GrContextOptions.h"
|
| #include "PictureRenderer.h"
|
| #include "picture_utils.h"
|
| #include "SkCommandLineFlags.h"
|
| @@ -95,7 +94,7 @@
|
| const char* mode = NULL;
|
|
|
| #if SK_SUPPORT_GPU
|
| - GrContextOptions grContextOpts;
|
| + GrContext::Options grContextOpts;
|
| grContextOpts.fDrawPathToCompressedTexture = FLAGS_gpuCompressAlphaMasks;
|
| #define RENDERER_ARGS (grContextOpts)
|
| #else
|
|
|