Index: src/gpu/GrGpuFactory.h |
diff --git a/src/gpu/GrGpuFactory.h b/src/gpu/GrGpuFactory.h |
index aecc2c17050bbf6f9bc350e75e728eabe1c2bcfa..180f264d96413fda8a4fa99d44ed1d3314e6759e 100644 |
--- a/src/gpu/GrGpuFactory.h |
+++ b/src/gpu/GrGpuFactory.h |
@@ -12,9 +12,8 @@ |
class GrGpu; |
class GrContext; |
-struct GrContextOptions; |
-typedef GrGpu* (*CreateGpuProc)(GrBackendContext, const GrContextOptions& options, GrContext*); |
+typedef GrGpu* (*CreateGpuProc)(GrBackendContext, GrContext*); |
class GrGpuFactoryRegistrar { |
public: |