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

Unified Diff: include/core/SkString.h

Issue 1702073002: Move SkTArray to include/private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix kilobench. 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
« no previous file with comments | « include/core/SkImageFilter.h ('k') | include/core/SkTArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkString.h
diff --git a/include/core/SkString.h b/include/core/SkString.h
index 4625dd13ccaade648262ccc57b56b33253164eaa..42466af80bfc9191d4bc960423238892f6cec79f 100644
--- a/include/core/SkString.h
+++ b/include/core/SkString.h
@@ -10,8 +10,8 @@
#ifndef SkString_DEFINED
#define SkString_DEFINED
+#include "../private/SkTArray.h"
#include "SkScalar.h"
-#include "SkTArray.h"
#include <stdarg.h>
« no previous file with comments | « include/core/SkImageFilter.h ('k') | include/core/SkTArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698