mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Impeller] Add a missing method to the Context mock (flutter/engine#43326)
This commit is contained in:
parent
4f5dfc63c5
commit
a636ee22cf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user