summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/src/gpu/GrVertexBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/src/gpu/GrVertexBuffer.h')
-rw-r--r--chromium/third_party/skia/src/gpu/GrVertexBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/skia/src/gpu/GrVertexBuffer.h b/chromium/third_party/skia/src/gpu/GrVertexBuffer.h
index a2bd5a1b4d1..c3cf5348927 100644
--- a/chromium/third_party/skia/src/gpu/GrVertexBuffer.h
+++ b/chromium/third_party/skia/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;
};