| Index: src/gpu/gl/GrGLPathRange.h
|
| diff --git a/src/gpu/gl/GrGLPathRange.h b/src/gpu/gl/GrGLPathRange.h
|
| index c9d4845c449e685cb66fcedd0780753adc351e52..28654e9acc441b7917d51045913639f017a5cec5 100644
|
| --- a/src/gpu/gl/GrGLPathRange.h
|
| +++ b/src/gpu/gl/GrGLPathRange.h
|
| @@ -50,7 +50,7 @@ protected:
|
|
|
| void onRelease() override;
|
| void onAbandon() override;
|
| -
|
| + bool refsWrappedResources() const override { return false; }
|
| private:
|
| void init();
|
| size_t onGpuMemorySize() const override { return fGpuMemorySize; }
|
|
|