aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-06 17:44:15 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-06 17:44:15 +0000
commit40757703bdfac89ff1399443cd39a48fd39913b4 (patch)
treeb4c23563a2148996f99eaca44d6685f057e01aff /include
parent86b82767bd9bcd3739086b381745842ae10f50f4 (diff)
Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4
Diffstat (limited to 'include')
-rw-r--r--include/effects/SkBitmapSource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/effects/SkBitmapSource.h b/include/effects/SkBitmapSource.h
index 699186e9f1..138987e701 100644
--- a/include/effects/SkBitmapSource.h
+++ b/include/effects/SkBitmapSource.h
@@ -14,7 +14,6 @@
class SK_API SkBitmapSource : public SkImageFilter {
public:
explicit SkBitmapSource(const SkBitmap& bitmap);
- SkBitmapSource(const SkBitmap& bitmap, const SkRect& srcRect, const SkRect& dstRect);
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBitmapSource)
@@ -26,7 +25,6 @@ protected:
private:
SkBitmap fBitmap;
- SkRect fSrcRect, fDstRect;
typedef SkImageFilter INHERITED;
};