未验证 提交 5e124ffc 编写于 作者: M Michael Goderbauer 提交者: GitHub

Fix typos (#8339)

Courtesy of google's "CommonTypos" analysis.
上级 972afdc9
......@@ -8,7 +8,7 @@
namespace blink {
constexpr int32_t kMinPlatfromViewId = -1;
constexpr int32_t kMinPlatformViewId = -1;
SemanticsNode::SemanticsNode() = default;
......@@ -25,7 +25,7 @@ bool SemanticsNode::HasFlag(SemanticsFlags flag) {
}
bool SemanticsNode::IsPlatformViewNode() const {
return platformViewId > kMinPlatfromViewId;
return platformViewId > kMinPlatformViewId;
}
} // namespace blink
......@@ -81,7 +81,7 @@ struct SemanticsNode {
bool HasAction(SemanticsAction action);
bool HasFlag(SemanticsFlags flag);
// Whether this node is for embeded platform views.
// Whether this node is for embedded platform views.
bool IsPlatformViewNode() const;
int32_t id = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册