 Chromium Code Reviews
 Chromium Code Reviews Issue 2160093002:
  Allow GrReducedClip to take non-integer query bounds  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 2160093002:
  Allow GrReducedClip to take non-integer query bounds  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master| 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); | 
| } |