Fix unused var warning.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 19 Feb 2013 20:27:02 +0000 (20:27 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 19 Feb 2013 20:27:02 +0000 (20:27 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@7781 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/gl/GrGpuGL.cpp

index baa6e44..abf5ac9 100644 (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));