Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index 5b5be1b69b08763f302978f0c8df8de584a61da4..6e8dc43f75ac9c8faa19aa487468c6b545891997 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -31,7 +31,7 @@ |
* 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, const GrContextOptions&, GrContext* context); |
+ static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context); |
//////////////////////////////////////////////////////////////////////////// |