Fix unused var warning.

git-svn-id: http://skia.googlecode.com/svn/trunk@7781 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-02-19 20:27:02 +00:00
parent 880b8fcf25
commit 19e393c07f

View File

@ -1245,7 +1245,7 @@ GrVertexBuffer* GrGpuGL::onCreateVertexBuffer(uint32_t size, bool dynamic) {
}
static const bool kIsWrapped = false;
GrGLVertexBuffer* vertexBuffer = SkNEW_ARGS(GrGLVertexBuffer, (this,
false,
kIsWrapped,
id,
size,
dynamic));