[Impeller] Add a missing method to the Context mock (flutter/engine#43326)

This commit is contained in:
Jason Simmons 2023-06-28 19:11:58 -07:00 committed by GitHub
parent 4f5dfc63c5
commit a636ee22cf

View File

@ -80,6 +80,8 @@ class ContextMock : public Context {
MOCK_CONST_METHOD0(GetPipelineLibrary, std::shared_ptr<PipelineLibrary>());
MOCK_CONST_METHOD0(CreateCommandBuffer, std::shared_ptr<CommandBuffer>());
MOCK_METHOD0(Shutdown, void());
};
} // namespace testing