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

Unified Diff: include/ports/SkFontMgr_indirect.h

Issue 1207893002: Clean up a few includes, introduce iwyu. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Comments. Created 5 years, 6 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/ports/SkFontMgr_indirect.h
diff --git a/include/ports/SkFontMgr_indirect.h b/include/ports/SkFontMgr_indirect.h
index 0977eea26ace12c5185bb00940f72b329de2c6e8..9e39a3d91c7e402aad39041dbfa34beb0217adfe 100644
--- a/include/ports/SkFontMgr_indirect.h
+++ b/include/ports/SkFontMgr_indirect.h
@@ -8,17 +8,22 @@
#ifndef SkFontMgr_indirect_DEFINED
#define SkFontMgr_indirect_DEFINED
-#include "SkDataTable.h"
#include "SkFontMgr.h"
-#include "SkFontStyle.h"
+
+#include <stddef.h>
+
+#include "SkDataTable.h"
+#include "SkMutex.h"
+#include "SkRefCnt.h"
#include "SkRemotableFontMgr.h"
#include "SkTArray.h"
#include "SkTypeface.h"
+#include "SkTypes.h"
class SkData;
-class SkStream;
+class SkFontStyle;
+class SkStreamAsset;
class SkString;
-class SkTypeface;
class SK_API SkFontMgr_Indirect : public SkFontMgr {
public:

Powered by Google App Engine
This is Rietveld 408576698