| Index: src/gpu/GrGpuFactory.h
|
| diff --git a/src/gpu/GrGpuFactory.h b/src/gpu/GrGpuFactory.h
|
| index 180f264d96413fda8a4fa99d44ed1d3314e6759e..aecc2c17050bbf6f9bc350e75e728eabe1c2bcfa 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:
|
|
|