Chromium Code Reviews| Index: src/gpu/GrDrawTarget.cpp |
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
| index 6f7ba66422a362b024c6e2f88313f064f606b5f1..240d3b9e7f7c513b78d309a9367707a2b3ddaead 100644 |
| --- a/src/gpu/GrDrawTarget.cpp |
| +++ b/src/gpu/GrDrawTarget.cpp |
| @@ -375,7 +375,6 @@ bool GrDrawTarget::checkDraw(const GrDrawState& drawState, |
| } |
| } |
| - SkASSERT(drawState.validateVertexAttribs()); |
| #endif |
| if (NULL == drawState.getRenderTarget()) { |
| return false; |