aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontConfigInterface_direct.h
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2017-10-10 13:12:33 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-10 17:41:03 +0000
commit1700bafb8a0793a158f610b21efd4dcb822ddfba (patch)
tree54ab57ebca6bfc2d82ba324ff2f064fe15479656 /src/ports/SkFontConfigInterface_direct.h
parent3d8bfa7515f87b93958d29018d53cd798eb62698 (diff)
Add include guard to SkFontConfigInterface.h
BUG=skia:7137 Change-Id: I29536a21211eae8b075d43984f3677f64ff9f481 Reviewed-on: https://skia-review.googlesource.com/57820 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'src/ports/SkFontConfigInterface_direct.h')
-rw-r--r--src/ports/SkFontConfigInterface_direct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ports/SkFontConfigInterface_direct.h b/src/ports/SkFontConfigInterface_direct.h
index 829f87092d..ac81cfff1e 100644
--- a/src/ports/SkFontConfigInterface_direct.h
+++ b/src/ports/SkFontConfigInterface_direct.h
@@ -6,6 +6,8 @@
*/
/* migrated from chrome/src/skia/ext/SkFontHost_fontconfig_direct.cpp */
+#ifndef SKFONTCONFIGINTERFACE_DIRECT_H_
+#define SKFONTCONFIGINTERFACE_DIRECT_H_
#include "SkFontConfigInterface.h"
@@ -33,3 +35,5 @@ private:
const SkString& family);
typedef SkFontConfigInterface INHERITED;
};
+
+#endif