aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-24 16:31:30 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-24 16:31:30 +0000
commit24287c15d6c80560fc023b7924ff0bc41ad7f587 (patch)
treecfac076dd2c6fcf5edad92ff45fd06d83a699876 /include/core/SkPicture.h
parent68400767be5f72e4b9750ccc8bcf0078d42869a7 (diff)
Revert "Patch to prevent chromium breakage until the DEPS."
This reverts commit d2a284728d30082d46b02c39d916294c6d36e11f. Review URL: https://codereview.chromium.org/16019005 git-svn-id: http://skia.googlecode.com/svn/trunk@9275 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 82afef0a16..aea8fc726d 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -189,21 +189,6 @@ public:
*/
void serialize(SkWStream*, EncodeBitmap encoder = NULL) const;
- /**
- * @Deprecated
- * Old version of EncodeBitmap, here to prevent chrome tree from going
- * red. Will be removed once chrome is switched to the new version.
- */
- typedef bool (*OldEncodeBitmap)(SkWStream*, const SkBitmap&);
-
- /**
- * @Deprecated
- * Old version of serialize, taking the old version of EncodeBitmap,
- * to keep the chrome build green. Will be removed once chrome is
- * switched to the new version.
- */
- void serialize(SkWStream*, OldEncodeBitmap) const;
-
#ifdef SK_BUILD_FOR_ANDROID
/** Signals that the caller is prematurely done replaying the drawing
commands. This can be called from a canvas virtual while the picture