Fix unused var warning.
git-svn-id: http://skia.googlecode.com/svn/trunk@7781 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
880b8fcf25
commit
19e393c07f
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user