Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
++
  • Loading branch information
jonahwilliams committed Aug 14, 2023
commit 40c57e7b729c2ca4e7651ca7269bea97531e611c
4 changes: 4 additions & 0 deletions lib/ui/painting/image_decoder_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ class TestImpellerContext : public impeller::Context {
return nullptr;
}

void DidAcquireSurfaceFrame() const override {}

void DidFinishSurfaceFrame() const override {}

void Shutdown() override {}

mutable size_t command_buffer_count_ = 0;
Expand Down