| Index: src/gpu/vk/GrVkGpu.h
|
| diff --git a/src/gpu/vk/GrVkGpu.h b/src/gpu/vk/GrVkGpu.h
|
| index 3373abd0f898e8dbc3b483bb7e0f7946307db330..97729ab45e0a92f39e91363542d6e68f1fcf6366 100644
|
| --- a/src/gpu/vk/GrVkGpu.h
|
| +++ b/src/gpu/vk/GrVkGpu.h
|
| @@ -70,10 +70,8 @@ public:
|
| const SkIRect& srcRect,
|
| const SkIPoint& dstPoint) override;
|
|
|
| - void onGetMultisampleSpecs(GrRenderTarget* rt,
|
| - const GrStencilSettings&,
|
| - int* effectiveSampleCnt,
|
| - SkAutoTDeleteArray<SkPoint>*) override;
|
| + void onGetMultisampleSpecs(GrRenderTarget* rt, const GrStencilSettings&,
|
| + int* effectiveSampleCnt, SamplePattern*) override;
|
|
|
| bool initCopySurfaceDstDesc(const GrSurface* src, GrSurfaceDesc* desc) const override;
|
|
|
|
|