未验证 提交 e4c439d3 编写于 作者: B Brian Osman 提交者: GitHub

Fix include paths in libtxt to prepare for upcoming Skia build change (#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.
上级 7c8ec376
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册