| Index: src/gpu/GrVertexBuffer.h
|
| diff --git a/src/gpu/GrVertexBuffer.h b/src/gpu/GrVertexBuffer.h
|
| index a2bd5a1b4d18b1258da41c9e55853dc111b17108..c3cf534892759497389aa18ac4abd0efb2f93450 100644
|
| --- a/src/gpu/GrVertexBuffer.h
|
| +++ b/src/gpu/GrVertexBuffer.h
|
| @@ -15,8 +15,8 @@
|
|
|
| class GrVertexBuffer : public GrGeometryBuffer {
|
| protected:
|
| - GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
|
| - : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
|
| + GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked)
|
| + : INHERITED(gpu, isWrapped, gpuMemorySize, dynamic, cpuBacked) {}
|
| private:
|
| typedef GrGeometryBuffer INHERITED;
|
| };
|
|
|