aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gl/SkGLDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl/SkGLDevice.cpp')
-rw-r--r--src/gl/SkGLDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl/SkGLDevice.cpp b/src/gl/SkGLDevice.cpp
index 41feb37995..148f9e92f4 100644
--- a/src/gl/SkGLDevice.cpp
+++ b/src/gl/SkGLDevice.cpp
@@ -346,7 +346,7 @@ void SkGLDevice::drawRect(const SkDraw& draw, const SkRect& rect,
vertex->setRectFan(rect);
}
- const SkGLVertex* texs = shader.useTex() ? vertex : NULL;
+ const SkGLVertex* texs = shader.useTex() ? vertex : NULL;
SkGL::DrawVertices(vertCount, vertMode, vertex, texs, NULL, NULL,
this->updateMatrixClip());
}