We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d289eba commit 88850efCopy full SHA for 88850ef
1 file changed
shell/common/shell.cc
@@ -744,8 +744,7 @@ void Shell::OnPlatformViewCreated(std::unique_ptr<Surface> surface) {
744
745
auto ui_task = [engine = engine_->GetWeakPtr(), //
746
raster_task_runner = task_runners_.GetRasterTaskRunner(), //
747
- raster_task
748
- ] {
+ raster_task]() {
749
if (engine) {
750
engine->OnOutputSurfaceCreated();
751
}
0 commit comments