| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index ca801f9bd02cbbf5652c9c8c02e7c13666c30c97..90aac8b86df448b6b0c345db8c4d3e2b6422ae48 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -283,7 +283,7 @@
|
| #endif
|
|
|
| // We suppress prints to avoid spew
|
| - GrContextOptions opts;
|
| + GrContext::Options opts;
|
| opts.fSuppressPrints = true;
|
| GrContextFactory debugFactory(opts);
|
| for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
|
|
|