| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index c777f7792a7063623914ceccb1ff5bdd2cd0427e..d7b11026f5617668171e95a4212e17f101de5589 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -32,8 +32,7 @@
|
|
|
| class GrGLGpu : public GrGpu {
|
| public:
|
| - static GrGpu* Create(GrBackendContext backendContext, const GrContextOptions& options,
|
| - GrContext* context);
|
| + static GrGpu* Create(GrBackendContext backendContext, GrContext* context);
|
| ~GrGLGpu() override;
|
|
|
| void contextAbandoned() override;
|
|
|