| Index: src/core/SkRasterClip.h
|
| diff --git a/src/core/SkRasterClip.h b/src/core/SkRasterClip.h
|
| index a3078605f7a85cbaad6d694435d2105006e33ed3..e58a23b38bbb3c33007abf44773d037cbbd910e1 100644
|
| --- a/src/core/SkRasterClip.h
|
| +++ b/src/core/SkRasterClip.h
|
| @@ -41,7 +41,6 @@ public:
|
|
|
| bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
|
| bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
|
| - bool setPath(const SkPath& path, const SkRasterClip&, bool doAA);
|
|
|
| bool op(const SkIRect&, SkRegion::Op);
|
| bool op(const SkRegion&, SkRegion::Op);
|
|
|