| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index 1c9a27e25fb2c015bef0b48fe6bb73273c3fcb22..b6fa30bc350db9faeeab2b8268f0f3f08673fe0c 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -202,8 +202,7 @@
|
| int width, int height,
|
| GrPixelConfig config,
|
| int sampleCnt = 0,
|
| - GrSurfaceOrigin origin = kDefault_GrSurfaceOrigin,
|
| - const SkSurfaceProps* surfaceProps = nullptr);
|
| + GrSurfaceOrigin origin = kDefault_GrSurfaceOrigin);
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
| // Misc.
|
|
|