| Index: src/gpu/gl/GrGLIndexBuffer.h
|
| diff --git a/src/gpu/gl/GrGLIndexBuffer.h b/src/gpu/gl/GrGLIndexBuffer.h
|
| index 4ca636000117702cd1f5eac4824e4cf332151586..62abb0c343ff3133d655af9e898fcc4d0b564cf4 100644
|
| --- a/src/gpu/gl/GrGLIndexBuffer.h
|
| +++ b/src/gpu/gl/GrGLIndexBuffer.h
|
| @@ -33,6 +33,8 @@ public:
|
| protected:
|
| void onAbandon() override;
|
| void onRelease() override;
|
| + void setMemoryBacking(SkTraceMemoryDump* traceMemoryDump,
|
| + const SkString& dumpName) const override;
|
|
|
| private:
|
| void* onMap() override;
|
|
|