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

Unified Diff: src/core/SkPictureContentInfo.h

Issue 1112523006: Sketch splitting SkPicture into an interface and SkBigPicture. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nullptr Created 5 years, 8 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: src/core/SkPictureContentInfo.h
diff --git a/src/core/SkPictureContentInfo.h b/src/core/SkPictureContentInfo.h
index f255f7df650057a72cd4c92d9713c48ba0783b70..81c8a274e33b23ef93c3da1f15dbccc075129924 100644
--- a/src/core/SkPictureContentInfo.h
+++ b/src/core/SkPictureContentInfo.h
@@ -8,6 +8,8 @@
#ifndef SkPictureContentInfo_DEFINED
#define SkPictureContentInfo_DEFINED
+#include "SkTDArray.h"
reed1 2015/04/29 20:21:53 happy to land this separately
mtklein 2015/04/30 16:17:03 Done.
+
class GrContext;
class SkPictureContentInfo {

Powered by Google App Engine
This is Rietveld 408576698