19 #ifndef MIR_TEST_DOUBLES_MOCK_FOCUS_SETTER_H_
20 #define MIR_TEST_DOUBLES_MOCK_FOCUS_SETTER_H_
24 #include <gmock/gmock.h>
42 #endif // MIR_TEST_DOUBLES_MOCK_FOCUS_SETTER_H_
Interface used by the Shell to propagate changes in the focus model to interested views e...
Definition: focus_setter.h:33
Definition: mock_focus_setter.h:33
virtual void set_focus_to(std::shared_ptr< shell::Session > const &new_focus)=0
MOCK_METHOD1(set_focus_to, void(std::shared_ptr< shell::Session > const &))