Skip to content

Commit

Permalink
fix compile error flutter#6137
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Oct 10, 2022
1 parent b19bdb9 commit 0dab1f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/common/shell_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ void ShellTest::PumpOneFrame(Shell* shell,
if (builder) {
builder(root_layer);
}
runtime_delegate->Render(std::move(layer_tree));
runtime_delegate->Render(std::move(layer_tree),
fml::TimePoint::FromTicks(-1));
latch.Signal();
});
latch.Wait();
Expand Down

0 comments on commit 0dab1f1

Please sign in to comment.