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

Fix Metal builds. (#12777)

上级 142cf001
......@@ -102,10 +102,7 @@ bool IOSSurfaceMetal::SubmitFrame(GrContext* context) {
return true;
}
bool submitted = platform_views_controller->SubmitFrame(std::move(context), // gr context
{}, // onscreen gl context
{} // offscreen gl context
);
bool submitted = platform_views_controller->SubmitFrame(context, nullptr);
[CATransaction commit];
return submitted;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册