aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkFontMgrPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkFontMgrPriv.h')
-rw-r--r--src/core/SkFontMgrPriv.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/SkFontMgrPriv.h b/src/core/SkFontMgrPriv.h
new file mode 100644
index 0000000000..ba370157f6
--- /dev/null
+++ b/src/core/SkFontMgrPriv.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2017 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#ifndef SkFontMgrPriv_DEFINED
+#define SkFontMgrPriv_DEFINED
+
+#include "SkFontMgr.h"
+
+extern sk_sp<SkFontMgr> (*gSkFontMgr_DefaultFactory)();
+
+#endif // SkFontMgrPriv_DEFINED