Chromium Code Reviews| Index: src/gpu/GrDrawTarget.h |
| =================================================================== |
| --- src/gpu/GrDrawTarget.h (revision 12054) |
| +++ src/gpu/GrDrawTarget.h (working copy) |
| @@ -409,6 +409,7 @@ |
| */ |
|
bsalomon
2013/10/31 19:09:00
doc?
robertphillips
2013/10/31 21:45:19
Done.
|
| virtual void clear(const SkIRect* rect, |
| GrColor color, |
| + bool canIgnoreRect, |
| GrRenderTarget* renderTarget = NULL) = 0; |
| /** |