未验证 提交 7e20575b 编写于 作者: J Jason Simmons 提交者: GitHub

Clear the Minikin layout cache during engine destruction (#21473)

上级 83e18142
......@@ -27,6 +27,7 @@
#include "flutter/fml/logging.h"
#include "flutter/fml/trace_event.h"
#include "font_skia.h"
#include "minikin/Layout.h"
#include "txt/platform.h"
#include "txt/text_style.h"
......@@ -82,7 +83,9 @@ class TxtFallbackFontProvider
FontCollection::FontCollection() : enable_font_fallback_(true) {}
FontCollection::~FontCollection() = default;
FontCollection::~FontCollection() {
minikin::Layout::purgeCaches();
}
size_t FontCollection::GetFontManagersCount() const {
return GetFontManagerOrder().size();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册