Chromium Code Reviews| Index: include/core/SkCanvas.h |
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
| index c98ad996f0786caccf75d3f74dca3dbc68edda10..372fe36ada9a15d15d98e211d6179f87fa32dc9a 100644 |
| --- a/include/core/SkCanvas.h |
| +++ b/include/core/SkCanvas.h |
| @@ -1028,7 +1028,7 @@ protected: |
| // Clip rectangle bounds. Called internally by saveLayer. |
| // returns false if the entire rectangle is entirely clipped out |
|
reed1
2014/02/04 15:30:08
Lets add dox for how the optional imageFilter para
Stephen White
2014/02/04 16:01:41
Done.
|
| bool clipRectBounds(const SkRect* bounds, SaveFlags flags, |
| - SkIRect* intersection); |
| + SkIRect* intersection, const SkImageFilter* imageFilter = NULL); |
|
reed1
2014/02/04 15:30:08
nit: SkCanvas.h is predominantly 80-col
Stephen White
2014/02/04 16:01:41
Fixed.
|
| // Called by child classes that override clipPath and clipRRect to only |
| // track fast conservative clip bounds, rather than exact clips. |