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

In the service protocol, if no view is specified to flush tasks on, pick the first one. (#5028)

上级 ecaefd7a
......@@ -189,7 +189,8 @@ bool ServiceProtocol::HandleMessage(fxl::StringView method,
// TODO(chinmaygarde): Deprecate these calls in the tools and remove these
// fallbacks.
if (method == kScreenshotExtensionName ||
method == kScreenshotSkpExtensionName) {
method == kScreenshotSkpExtensionName ||
method == kFlushUIThreadTasksExtensionName) {
return HandleMessageOnHandler(*handlers_.begin(), method, params, response);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册