aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ports/SkRemotableFontMgr.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-07-29 11:49:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-29 11:49:40 -0700
commitf20488b4f2139e6ca09fee7e39b731dd8ab467db (patch)
tree9937f93de673f5b6ab43c8ced877fa828e27f3dc /include/ports/SkRemotableFontMgr.h
parent26e0e587f76f2a9338652c100f835c2377c908d3 (diff)
Clean up a few includes, introduce iwyu.
The current include-what-you-use with current clang is much less noisy and more useful than it has been in the past. This change introduces a few IWYU directives (which are helpful documentation for humans as well) and fixes a few sets of includes. Review URL: https://codereview.chromium.org/1207893002
Diffstat (limited to 'include/ports/SkRemotableFontMgr.h')
-rw-r--r--include/ports/SkRemotableFontMgr.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/ports/SkRemotableFontMgr.h b/include/ports/SkRemotableFontMgr.h
index 63c032c821..23abd7f5de 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.