Skip to content

Commit b30cb10

Browse files
committed
Use offset in line drawing
Partial revert of cb4d600 bug:7299070 Change-Id: I1db7b035e3015e0f6d15c95aef71ea74dbeca13e
1 parent 18c2b6e commit b30cb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hwui/OpenGLRenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ status_t OpenGLRenderer::drawLines(float* points, int count, SkPaint* paint) {
20762076
setupDrawShader();
20772077
setupDrawBlending(isAA, mode);
20782078
setupDrawProgram();
2079-
setupDrawModelViewIdentity();
2079+
setupDrawModelViewIdentity(true);
20802080
setupDrawColorUniforms();
20812081
setupDrawColorFilterUniforms();
20822082
setupDrawShaderIdentityUniforms();

0 commit comments

Comments
 (0)