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

Unified Diff: include/core/SkTextBlob.h

Issue 1702073002: Move SkTArray to include/private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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/SkTextBlob.h
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index b0ab8929e60f91cfdfe4190fa772c6e935539da8..e43ff74a85f22ee2ebb751de060e757299f53653 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -8,10 +8,9 @@
#ifndef SkTextBlob_DEFINED
#define SkTextBlob_DEFINED
+#include "../private/SkTemplates.h"
#include "SkPaint.h"
#include "SkRefCnt.h"
-#include "SkTArray.h"
-#include "SkTDArray.h"
bungeman-skia 2016/02/16 17:54:58 Turns out SkAutoTMalloc ended up being used, but n
class SkReadBuffer;
class SkWriteBuffer;

Powered by Google App Engine
This is Rietveld 408576698