未验证 提交 b42450f2 编写于 作者: C Chinmay Garde 提交者: GitHub

Document //flutter/shell/common/engine. (#9769)

上级 f3edc41e
......@@ -450,8 +450,8 @@ void Engine::UpdateIsolateDescription(const std::string isolate_name,
delegate_.UpdateIsolateDescription(isolate_name, isolate_port);
}
void Engine::SetNeedsReportTimings(bool value) {
delegate_.SetNeedsReportTimings(value);
void Engine::SetNeedsReportTimings(bool needs_reporting) {
delegate_.SetNeedsReportTimings(needs_reporting);
}
FontCollection& Engine::GetFontCollection() {
......
此差异已折叠。
......@@ -333,7 +333,8 @@ class PlatformView {
//----------------------------------------------------------------------------
/// @brief Used by the framework to tell the embedder to apply the
/// specified semantics node updates.
/// specified semantics node updates. The default implementation
/// of this method does nothing.
///
/// @see SemanticsNode, SemticsNodeUpdates,
/// CustomAccessibilityActionUpdates
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册