提交 e5c80cef 编写于 作者: A Adam Barth 提交者: GitHub

Update for fonts move to garnet. (#4044)

上级 107838c0
......@@ -285,7 +285,7 @@ source_set("platform") {
"fonts/fuchsia/FontCacheFuchsia.h",
]
deps += [ "//apps/fonts/services" ]
deps += [ "//garnet/public/lib/fonts/fidl" ]
}
configs += [
......
......@@ -4,16 +4,16 @@
#include "flutter/sky/engine/platform/fonts/fuchsia/FontCacheFuchsia.h"
#include <limits>
#include <magenta/syscalls.h>
#include <mx/vmar.h>
#include <mx/vmo.h>
#include <limits>
#include <utility>
#include "apps/fonts/services/font_provider.fidl.h"
#include "flutter/sky/engine/platform/fonts/AlternateFontFamily.h"
#include "flutter/sky/engine/platform/fonts/FontCache.h"
#include "flutter/sky/engine/platform/fonts/FontDescription.h"
#include "lib/fonts/fidl/font_provider.fidl.h"
#include "lib/ftl/logging.h"
#include "third_party/skia/include/core/SkData.h"
#include "third_party/skia/include/core/SkTypeface.h"
......
......@@ -5,7 +5,7 @@
#ifndef SKY_ENGINE_PLATFORM_FONTS_FUCHSIA_FONT_CACHE_FUCHSIA_H_
#define SKY_ENGINE_PLATFORM_FONTS_FUCHSIA_FONT_CACHE_FUCHSIA_H_
#include "apps/fonts/services/font_provider.fidl.h"
#include "lib/fonts/fidl/font_provider.fidl.h"
namespace blink {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册