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

Unified Diff: include/ports/SkRemotableFontMgr.h

Issue 1207893002: Clean up a few includes, introduce iwyu. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkTypes to export stddef. 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
« no previous file with comments | « include/ports/SkFontMgr_indirect.h ('k') | src/fonts/SkFontMgr_indirect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkRemotableFontMgr.h
diff --git a/include/ports/SkRemotableFontMgr.h b/include/ports/SkRemotableFontMgr.h
index 63c032c82118bdc56bdadb0af83bb69839054b85..23abd7f5dee1b350a32c9222618d0e9b7f7c5d67 100644
--- a/include/ports/SkRemotableFontMgr.h
+++ b/include/ports/SkRemotableFontMgr.h
@@ -11,10 +11,10 @@
#include "SkFontStyle.h"
#include "SkRefCnt.h"
#include "SkTemplates.h"
+#include "SkTypes.h"
class SkDataTable;
class SkStreamAsset;
-class SkString;
struct SK_API SkFontIdentity {
static const uint32_t kInvalidDataId = 0xFFFFFFFF;
@@ -35,8 +35,6 @@ struct SK_API SkFontIdentity {
class SK_API SkRemotableFontIdentitySet : public SkRefCnt {
public:
-
-
SkRemotableFontIdentitySet(int count, SkFontIdentity** data);
int count() const { return fCount; }
@@ -57,8 +55,6 @@ private:
class SK_API SkRemotableFontMgr : public SkRefCnt {
public:
-
-
/**
* Returns the names of the known fonts on the system.
* Will not return NULL, will return an empty table if no families exist.
« no previous file with comments | « include/ports/SkFontMgr_indirect.h ('k') | src/fonts/SkFontMgr_indirect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698