Index: bench/nanobench.cpp |
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp |
index 2fba1f053373c21e9aba473d65b79111f0464aaa..85685fb3bccd52febb98fef804a86e2307f581cf 100644 |
--- a/bench/nanobench.cpp |
+++ b/bench/nanobench.cpp |
@@ -46,8 +46,6 @@ |
#include "GrContextFactory.h" |
SkAutoTDelete<GrContextFactory> gGrFactory; |
#endif |
- |
- struct GrContextOptions; |
__SK_FORCE_IMAGE_DECODER_LINKING; |
@@ -846,7 +844,7 @@ |
SkTaskGroup::Enabler enabled; |
#if SK_SUPPORT_GPU |
- GrContextOptions grContextOpts; |
+ GrContext::Options grContextOpts; |
grContextOpts.fDrawPathToCompressedTexture = FLAGS_gpuCompressAlphaMasks; |
gGrFactory.reset(SkNEW_ARGS(GrContextFactory, (grContextOpts))); |
#endif |