Index: include/effects/SkPictureImageFilter.h |
diff --git a/include/effects/SkPictureImageFilter.h b/include/effects/SkPictureImageFilter.h |
index 37da208347c2962c4f2ddcdc52d3a5566a27d419..0a72f71417e5758175afedb4908d9c9884f1b005 100644 |
--- a/include/effects/SkPictureImageFilter.h |
+++ b/include/effects/SkPictureImageFilter.h |
@@ -31,6 +31,8 @@ public: |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPictureImageFilter) |
protected: |
+ explicit SkPictureImageFilter(SkPicture* picture); |
+ SkPictureImageFilter(SkPicture* picture, const SkRect& cropRect); |
virtual ~SkPictureImageFilter(); |
/* Constructs an SkPictureImageFilter object from an SkReadBuffer. |
* Note: If the SkPictureImageFilter object construction requires bitmap |
@@ -43,12 +45,6 @@ protected: |
virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&, |
SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; |
-#ifdef SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS |
-public: |
-#endif |
- explicit SkPictureImageFilter(SkPicture* picture); |
- SkPictureImageFilter(SkPicture* picture, const SkRect& cropRect); |
- |
private: |
SkPicture* fPicture; |
SkRect fCropRect; |