mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix include paths in libtxt to prepare for upcoming Skia build change (flutter/engine#8723)
* Fix include paths in libtxt to prepare for upcoming Skia build change Red test results are due to a different change. This PR fixes compile issues on the Skia side, and ensures that the next Skia -> Flutter roll can land properly.
This commit is contained in:
parent
39e920cd1a
commit
12ca8453a3
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "font_skia.h"
|
||||
#include "SkFont.h"
|
||||
#include "third_party/skia/include/core/SkFont.h"
|
||||
|
||||
#include <minikin/MinikinFont.h>
|
||||
|
||||
|
||||
@ -14,10 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <SkPaint.h>
|
||||
#include <SkTypeface.h>
|
||||
#include <minikin/MinikinFont.h>
|
||||
#include "flutter/fml/macros.h"
|
||||
#include "third_party/skia/include/core/SkPaint.h"
|
||||
#include "third_party/skia/include/core/SkTypeface.h"
|
||||
|
||||
namespace txt {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user