Merge "Use offset in line drawing" into jb-mr1-dev

This commit is contained in:
Chris Craik
2012-10-08 09:46:05 -07:00
committed by Android (Google) Code Review

View File

@@ -2076,7 +2076,7 @@ status_t OpenGLRenderer::drawLines(float* points, int count, SkPaint* paint) {
setupDrawShader();
setupDrawBlending(isAA, mode);
setupDrawProgram();
setupDrawModelViewIdentity();
setupDrawModelViewIdentity(true);
setupDrawColorUniforms();
setupDrawColorFilterUniforms();
setupDrawShaderIdentityUniforms();