Skip to content

Commit

Permalink
Update shell/common/rasterizer.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
  • Loading branch information
dnfield and loic-sharma authored Apr 13, 2023
1 parent e427f1f commit d54a18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/common/rasterizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fml::TaskRunnerAffineWeakPtr<SnapshotDelegate> Rasterizer::GetSnapshotDelegate()
const {
return weak_factory_.GetWeakPtr();
}

void Rasterizer::SetImpellerContext(
std::weak_ptr<impeller::Context> impeller_context) {
impeller_context_ = std::move(impeller_context);
Expand Down

0 comments on commit d54a18e

Please sign in to comment.