Chromium Code Reviews| Index: src/gpu/gl/GrGLIRect.h |
| diff --git a/src/gpu/gl/GrGLIRect.h b/src/gpu/gl/GrGLIRect.h |
| index 44f5280fd69fe370729b7720a382b605dc802356..41ac13b753eecfc996d9110f4c90969593836989 100644 |
| --- a/src/gpu/gl/GrGLIRect.h |
| +++ b/src/gpu/gl/GrGLIRect.h |
| @@ -54,9 +54,7 @@ struct GrGLIRect { |
| } |
| fHeight = height; |
| - SkASSERT(fLeft >= 0); |
| SkASSERT(fWidth >= 0); |
| - SkASSERT(fBottom >= 0); |
| SkASSERT(fHeight >= 0); |
| } |