| Index: src/gpu/gl/GrGLPath.h
|
| diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h
|
| index e8642f346892d60122b3a5a7eb16c726654015af..b7427febbf6a8ea990df2201f3552be8b58f61c8 100644
|
| --- a/src/gpu/gl/GrGLPath.h
|
| +++ b/src/gpu/gl/GrGLPath.h
|
| @@ -41,7 +41,7 @@ public:
|
| protected:
|
| void onRelease() override;
|
| void onAbandon() override;
|
| -
|
| + bool refsWrappedResources() const override { return false; }
|
| private:
|
| // TODO: Figure out how to get an approximate size of the path in Gpu memory.
|
| size_t onGpuMemorySize() const override { return 100; }
|
|
|