| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index eb35ef636641abad12ab9a067b5a7e9ae9bdfba6..a29bd1c19ea52fe86456ebc32cdd0ae25d3a0f5e 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -194,6 +194,7 @@ private:
|
| virtual int numSlowPaths() const = 0;
|
| friend class SkPictureGpuAnalyzer;
|
| friend struct SkPathCounter;
|
| + friend class SkPictureImageFilter;
|
|
|
| // V35: Store SkRect (rather then width & height) in header
|
| // V36: Remove (obsolete) alphatype from SkColorTable
|
|
|