aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawState.cpp')
-rw-r--r--src/gpu/GrDrawState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrDrawState.cpp b/src/gpu/GrDrawState.cpp
index b0bbd06a16..da81a76a73 100644
--- a/src/gpu/GrDrawState.cpp
+++ b/src/gpu/GrDrawState.cpp
@@ -105,7 +105,7 @@ bool GrDrawState::AutoDeviceCoordDraw::set(GrDrawState* drawState,
fDrawState = drawState;
if (NULL == fDrawState) {
return false;
- }
+ }
fViewMatrix = drawState->getViewMatrix();
fRestoreMask = 0;