diff options
Diffstat (limited to 'src/deps/skia/include/ports/SkFontMgr_fuchsia.h')
-rw-r--r-- | src/deps/skia/include/ports/SkFontMgr_fuchsia.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/deps/skia/include/ports/SkFontMgr_fuchsia.h b/src/deps/skia/include/ports/SkFontMgr_fuchsia.h new file mode 100644 index 000000000..d20530af7 --- /dev/null +++ b/src/deps/skia/include/ports/SkFontMgr_fuchsia.h @@ -0,0 +1,19 @@ +/* + * Copyright 2018 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + +#ifndef SkFontMgr_fuchsia_DEFINED +#define SkFontMgr_fuchsia_DEFINED + +#include <fuchsia/fonts/cpp/fidl.h> + +#include "include/core/SkRefCnt.h" + +class SkFontMgr; + +SK_API sk_sp<SkFontMgr> SkFontMgr_New_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider); + +#endif // SkFontMgr_fuchsia_DEFINED |