| Index: tools/gpu/GrTest.cpp
|
| diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp
|
| index 2b6463d8534835b9ac6d7a1f75a23f294497f3c9..818bf6462d827c927fdbfd0ed5cea9569d4bf9d1 100644
|
| --- a/tools/gpu/GrTest.cpp
|
| +++ b/tools/gpu/GrTest.cpp
|
| @@ -340,8 +340,7 @@ private:
|
| return nullptr;
|
| }
|
|
|
| - GrRenderTarget* onWrapBackendTextureAsRenderTarget(const GrBackendTextureDesc&,
|
| - GrWrapOwnership) override {
|
| + GrRenderTarget* onWrapBackendTextureAsRenderTarget(const GrBackendTextureDesc&) override {
|
| return nullptr;
|
| }
|
|
|
|
|