| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 2b99376819d225d249a94a200f76ac9915b2272d..911b3f648d5d6ae2e4c8cfd51dae55efcdffa40e 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -46,9 +46,6 @@
|
| explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge) : fRect(rect), fFlags(flags) {}
|
| uint32_t flags() const { return fFlags; }
|
| const SkRect& rect() const { return fRect; }
|
| -#ifndef SK_IGNORE_TO_STRING
|
| - void toString(SkString* str) const;
|
| -#endif
|
| private:
|
| SkRect fRect;
|
| uint32_t fFlags;
|
|
|