Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: include/core/SkPicture.h

Issue 1828433004: Revert of Delete SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@fix-animator
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/core/SkImageEncoder.h ('k') | include/core/SkPngChunkReader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPicture.h
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 195ce242b99b25ef8427ccf1db46d187a8059e2c..6c0dda0d3e700938d426832b9539ad88a6ba5d56 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -8,6 +8,7 @@
#ifndef SkPicture_DEFINED
#define SkPicture_DEFINED
+#include "SkImageDecoder.h"
#include "SkRefCnt.h"
#include "SkTypes.h"
@@ -15,17 +16,13 @@
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;
-struct SkRect;
#define SK_SUPPORT_LEGACY_PICTURE_PTR
« no previous file with comments | « include/core/SkImageEncoder.h ('k') | include/core/SkPngChunkReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698