~robertcarr/mir/client-focus-notifications

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/stub_input_registrar.h

  • Committer: Robert Carr
  • Date: 2013-08-01 22:01:20 UTC
  • mfrom: (706.2.208 trunk)
  • Revision ID: robert.carr@canonical.com-20130801220120-6m230b3g6x0xflzd
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
struct StubInputRegistrar : public surfaces::InputRegistrar
32
32
{
33
33
    void input_channel_opened(std::shared_ptr<input::InputChannel> const&,
34
 
                              std::shared_ptr<input::Surface> const&)
 
34
                              std::shared_ptr<input::Surface> const&,
 
35
                              input::InputReceptionMode)
35
36
    {
36
37
    }
37
38
    void input_channel_closed(std::shared_ptr<input::InputChannel> const&)