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:
bungeman 2018-06-22 11:04:58 -04:00 committed by Brian Osman
parent e50d6b8895
commit cfac654e9c
7 changed files with 7 additions and 7 deletions

View File

@ -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 {

View File

@ -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"

View File

@ -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 {

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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 {