19 #ifndef MIR_TEST_DOUBLES_MOCK_EGL_NATIVE_SURFACE_H_ 20 #define MIR_TEST_DOUBLES_MOCK_EGL_NATIVE_SURFACE_H_ 22 #include "mir/client/egl_native_surface.h" 24 #include <gmock/gmock.h> 35 #pragma GCC diagnostic push 36 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 38 #pragma GCC diagnostic pop 39 MOCK_METHOD0(get_current_buffer, std::shared_ptr<client::ClientBuffer>());
MOCK_METHOD2(request_and_wait_for_configure, void(MirWindowAttrib, int))
AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: blob.h:26
MOCK_METHOD1(set_buffer_cache_size, void(unsigned int))
MOCK_CONST_METHOD0(get_parameters, MirWindowParameters())
Definition: mock_egl_native_surface.h:33
MOCK_METHOD0(get_current_buffer, std::shared_ptr< client::ClientBuffer >())