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

Unified Diff: src/ports/SkFontMgr_android_parser.h

Issue 1207893002: Clean up a few includes, introduce iwyu. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Postpone stdlib cleanup. Created 5 years, 5 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/ports/SkFontMgr_android_parser.h
diff --git a/src/ports/SkFontMgr_android_parser.h b/src/ports/SkFontMgr_android_parser.h
index d2a430513f6f7cc55b8fc8e19b89f9be6aa1429a..a1327f3188d69bf61a9e1d48a0081b1220d5f9a8 100644
--- a/src/ports/SkFontMgr_android_parser.h
+++ b/src/ports/SkFontMgr_android_parser.h
@@ -8,11 +8,15 @@
#ifndef SkFontMgr_android_parser_DEFINED
#define SkFontMgr_android_parser_DEFINED
+#include "SkFixed.h"
#include "SkString.h"
+#include "SkTArray.h"
#include "SkTDArray.h"
+#include "SkTypes.h"
#include <climits>
#include <limits>
+#include <cstddef>
mtklein 2015/07/28 22:04:19 Can we get this from SkTypes?
bungeman-skia 2015/07/29 16:46:23 Done.
/** \class SkLanguage

Powered by Google App Engine
This is Rietveld 408576698