| Index: tools/gpu/GrTest.cpp
|
| diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp
|
| index 90751f0675df6c6691c68a1e121f71300a87ae87..ba870ea25e21e3337b20ffa0af5ed30d5f44eca2 100644
|
| --- a/tools/gpu/GrTest.cpp
|
| +++ b/tools/gpu/GrTest.cpp
|
| @@ -303,8 +303,8 @@ public:
|
| const SkIRect& srcRect,
|
| const SkIPoint& dstPoint) override { return false; }
|
|
|
| - void onGetMultisampleSpecs(GrRenderTarget* rt, const GrStencilSettings&,
|
| - int* effectiveSampleCnt, SamplePattern*) override {
|
| + void onQueryMultisampleSpecs(GrRenderTarget* rt, const GrStencilSettings&,
|
| + int* effectiveSampleCnt, SamplePattern*) override {
|
| *effectiveSampleCnt = rt->desc().fSampleCnt;
|
| }
|
|
|
|
|