aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpuFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrGpuFactory.h')
-rw-r--r--src/gpu/GrGpuFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/GrGpuFactory.h b/src/gpu/GrGpuFactory.h
index 180f264d96..aecc2c1705 100644
--- a/src/gpu/GrGpuFactory.h
+++ b/src/gpu/GrGpuFactory.h
@@ -12,8 +12,9 @@
class GrGpu;
class GrContext;
+struct GrContextOptions;
-typedef GrGpu* (*CreateGpuProc)(GrBackendContext, GrContext*);
+typedef GrGpu* (*CreateGpuProc)(GrBackendContext, const GrContextOptions& options, GrContext*);
class GrGpuFactoryRegistrar {
public: