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

Unified Diff: src/fonts/SkFontMgr_indirect.cpp

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: src/fonts/SkFontMgr_indirect.cpp
diff --git a/src/fonts/SkFontMgr_indirect.cpp b/src/fonts/SkFontMgr_indirect.cpp
index 172d5412a6b934edc89d3c1ce8d53508a48f24ad..c641b5a0bc9159c4a157558edf5bdb4497e07abd 100644
--- a/src/fonts/SkFontMgr_indirect.cpp
+++ b/src/fonts/SkFontMgr_indirect.cpp
@@ -9,13 +9,14 @@
#include "SkDataTable.h"
#include "SkFontStyle.h"
+#include "SkMutex.h"
#include "SkOnce.h"
#include "SkStream.h"
-#include "SkTSearch.h"
+#include "SkString.h"
#include "SkTypeface.h"
+#include "SkTemplates.h"
class SkData;
-class SkString;
class SkStyleSet_Indirect : public SkFontStyleSet {
public:

Powered by Google App Engine
This is Rietveld 408576698