| Index: tools/gpu/GrTest.cpp
|
| diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp
|
| index 97a9c49666f468dc17c6b98acf6f81a6b63d1c38..83ab4ea56f7d2a755f51992b81beb1f01dd4e6b2 100644
|
| --- a/tools/gpu/GrTest.cpp
|
| +++ b/tools/gpu/GrTest.cpp
|
| @@ -294,10 +294,8 @@ public:
|
| const SkIRect& srcRect,
|
| const SkIPoint& dstPoint) override { return false; };
|
|
|
| - void onGetMultisampleSpecs(GrRenderTarget* rt,
|
| - const GrStencilSettings&,
|
| - int* effectiveSampleCnt,
|
| - SkAutoTDeleteArray<SkPoint>*) override {
|
| + void onGetMultisampleSpecs(GrRenderTarget* rt, const GrStencilSettings&,
|
| + int* effectiveSampleCnt, SamplePattern*) override {
|
| *effectiveSampleCnt = rt->desc().fSampleCnt;
|
| }
|
|
|
|
|