提交 f9998a07 编写于 作者: B bungeman 提交者: Brian Osman

Change ports/SkFontMgr.h to core/SkFontMgr.h (#5593)

Skia is moving ports/SkFontMgr.h to core/SkFontMgr.h. The existing
ports/SkFontMgr.h is now just a forwarding header to keep users working
through the transition. Update includes to point to the new location.
上级 3b6c8395
......@@ -11,7 +11,7 @@
#include "flutter/assets/asset_manager.h"
#include "lib/fxl/macros.h"
#include "third_party/skia/include/ports/SkFontMgr.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "txt/font_asset_provider.h"
namespace blink {
......
......@@ -10,9 +10,9 @@
#include "flutter/runtime/test_font_data.h"
#include "third_party/rapidjson/rapidjson/document.h"
#include "third_party/rapidjson/rapidjson/rapidjson.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "third_party/skia/include/core/SkStream.h"
#include "third_party/skia/include/core/SkTypeface.h"
#include "third_party/skia/include/ports/SkFontMgr.h"
#include "txt/asset_font_manager.h"
#include "txt/test_font_manager.h"
#include "txt/typeface_font_asset_provider.h"
......
......@@ -19,8 +19,8 @@
#include <memory>
#include "lib/fxl/macros.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "third_party/skia/include/core/SkStream.h"
#include "third_party/skia/include/ports/SkFontMgr.h"
#include "txt/font_asset_provider.h"
namespace txt {
......
......@@ -17,7 +17,7 @@
#ifndef TXT_FONT_ASSET_PROVIDER_H_
#define TXT_FONT_ASSET_PROVIDER_H_
#include "third_party/skia/include/ports/SkFontMgr.h"
#include "third_party/skia/include/core/SkFontMgr.h"
namespace txt {
......
......@@ -25,8 +25,8 @@
#include "minikin/FontCollection.h"
#include "minikin/FontFamily.h"
#include "third_party/googletest/googletest/include/gtest/gtest_prod.h" // nogncheck
#include "third_party/skia/include/core/SkFontMgr.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/ports/SkFontMgr.h"
#include "txt/asset_font_manager.h"
#include "txt/text_style.h"
......
......@@ -21,7 +21,7 @@
#include <string>
#include "lib/fxl/macros.h"
#include "third_party/skia/include/ports/SkFontMgr.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "txt/asset_font_manager.h"
#include "txt/font_asset_provider.h"
......
......@@ -22,7 +22,7 @@
#include <vector>
#include "lib/fxl/macros.h"
#include "third_party/skia/include/ports/SkFontMgr.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "txt/font_asset_provider.h"
namespace txt {
......
......@@ -20584,9 +20584,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
LIBRARY: skia
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/core/SkFontMgr.h + ../../../third_party/skia/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/skia/include/ports/SkFontMgr.h
FILE: ../../../third_party/skia/include/core/SkFontMgr.h
----------------------------------------------------------------------------------------------------
Copyright 2018 Google LLC.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册