forked from firka/flutter
[Impeller] Add a missing method to the Context mock (flutter/engine#43326)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user