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

Unified Diff: src/core/SkPictureRecord.h

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: It's a struct! Created 5 years, 4 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 | « src/core/SkBitmapProcState.h ('k') | src/core/SkTLList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPictureRecord.h
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
index 18458c6f3690690a3a4f1b6ef550c9959af40e8d..c305f101d760856972987229dfef7c66c6f155ce 100644
--- a/src/core/SkPictureRecord.h
+++ b/src/core/SkPictureRecord.h
@@ -12,7 +12,8 @@
#include "SkFlattenable.h"
#include "SkPicture.h"
#include "SkPictureData.h"
-#include "SkTemplates.h"
+#include "SkTArray.h"
+#include "SkTDArray.h"
#include "SkWriter32.h"
// These macros help with packing and unpacking a single byte value and
@@ -40,7 +41,7 @@ public:
const SkTDArray<const SkImage* >& getImageRefs() const {
return fImageRefs;
}
-
+
SkData* opData(bool deepCopy) const {
this->validate(fWriter.bytesWritten(), 0);
« no previous file with comments | « src/core/SkBitmapProcState.h ('k') | src/core/SkTLList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698