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

Unified Diff: include/core/SkPicture.h

Issue 1820503002: Delete SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@fix-animator
Patch Set: Remove etc/astc gms for now 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
Index: include/core/SkPicture.h
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 6c0dda0d3e700938d426832b9539ad88a6ba5d56..42625f5e0caafa222b6db52235ee62caa2217ac4 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -8,7 +8,6 @@
#ifndef SkPicture_DEFINED
#define SkPicture_DEFINED
-#include "SkImageDecoder.h"
#include "SkRefCnt.h"
#include "SkTypes.h"
@@ -16,12 +15,16 @@ class GrContext;
class SkBigPicture;
class SkBitmap;
class SkCanvas;
+class SkPath;
class SkPictureData;
class SkPixelSerializer;
+class SkReadBuffer;
class SkRefCntSet;
+class SkRect;
class SkStream;
class SkTypefacePlayback;
class SkWStream;
+class SkWriteBuffer;
struct SkPictInfo;
#define SK_SUPPORT_LEGACY_PICTURE_PTR

Powered by Google App Engine
This is Rietveld 408576698