aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-03-24 10:41:47 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-24 10:41:47 -0700
commite8597a4dd07d78eb0e7a45d6502896c1b9a8bfeb (patch)
tree479cd17c79235da81b0b05fd82fc4b63b01eca9c /include/core/SkPicture.h
parent8c7d7ad59e3e0a56f9785456b872ed73de7a0834 (diff)
Delete SkImageDecoder
This image decoding implementation has been replaced by SkCodec in Android. Additionally, we have replaced uses of SkImageDecoder in Skia and Google3 with uses of SkCodec. Now we can delete SkImageDecoder :). BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1820503002 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Committed: https://skia.googlesource.com/skia/+/f799706656f2581c5bf5510d94df3fa17cce1607 Committed: https://skia.googlesource.com/skia/+/5b6e73e0c8282c4d85accbfbcecc6dee84f8a1eb Committed: https://skia.googlesource.com/skia/+/f037fdebda2a2626e6512d7532063f2cd41a264d Review URL: https://codereview.chromium.org/1820503002
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 6c0dda0d3e..0cf9411f56 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -8,20 +8,23 @@
#ifndef SkPicture_DEFINED
#define SkPicture_DEFINED
-#include "SkImageDecoder.h"
#include "SkRefCnt.h"
+#include "SkRect.h"
#include "SkTypes.h"
class GrContext;
class SkBigPicture;
class SkBitmap;
class SkCanvas;
+class SkPath;
class SkPictureData;
class SkPixelSerializer;
+class SkReadBuffer;
class SkRefCntSet;
class SkStream;
class SkTypefacePlayback;
class SkWStream;
+class SkWriteBuffer;
struct SkPictInfo;
#define SK_SUPPORT_LEGACY_PICTURE_PTR