~robertcarr/mir/client-focus-notifications

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/mock_surface_factory.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:
36
36
    MOCK_METHOD3(create_surface, std::shared_ptr<shell::Surface>(
37
37
        const shell::SurfaceCreationParameters&,
38
38
        frontend::SurfaceId,
39
 
        std::shared_ptr<events::EventSink> const&));
 
39
        std::shared_ptr<frontend::EventSink> const&));
40
40
};
41
41
 
42
42
}