diff options
| author | bsalomon <bsalomon@google.com> | 2015-05-22 12:25:41 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-05-22 12:25:41 -0700 |
| commit | f28cff71db2cbb1ff18a8fbf1e80ca761d1f69bc (patch) | |
| tree | b91e0e301f518cd417afb870824e84aa16297a7d /tests/GLProgramsTest.cpp | |
| parent | a624d12b2d10cff79ba4b31744d81cc2e0a8db5f (diff) | |
Store context options on caps.
Review URL: https://codereview.chromium.org/1158433006
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 90aac8b86d..ca801f9bd0 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -283,7 +283,7 @@ DEF_GPUTEST(GLPrograms, reporter, factory) { #endif // We suppress prints to avoid spew - GrContext::Options opts; + GrContextOptions opts; opts.fSuppressPrints = true; GrContextFactory debugFactory(opts); for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) { |
