| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 398af90ca0d97f2349ae3476d9481db8bcfcf0a0..25d3bac8020b5b3a82224c5ee9424fe6c01201d8 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -143,6 +143,9 @@ public:
|
| */
|
| bool cropRectIsSet() const { return fCropRect.flags() != 0x0; }
|
|
|
| + // Default impl returns union of all input bounds.
|
| + virtual void computeFastBounds(const SkRect&, SkRect*) const;
|
| +
|
| SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter)
|
|
|
| protected:
|
|
|