mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change ports/SkFontMgr.h to core/SkFontMgr.h (flutter/engine#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.
This commit is contained in:
parent
e50d6b8895
commit
cfac654e9c
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user