aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-05-22 14:01:46 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-22 14:01:46 -0700
commit682c269a1511200322916af83053e26004c0ec40 (patch)
treebb382801bc7e7ad13aa6ded4fdcfd93551f6c01f /src/gpu/GrGpu.h
parenta5f1d5a95a350275c8ea63307d5ceaaccaa0c89b (diff)
Store context options on caps.
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r--src/gpu/GrGpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index 6e8dc43f75..5b5be1b69b 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -31,7 +31,7 @@ public:
* not supported (at compile-time or run-time) this returns NULL. The context will not be
* fully constructed and should not be used by GrGpu until after this function returns.
*/
- static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
+ static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);
////////////////////////////////////////////////////////////////////////////