~alan-griffiths/mir/fix-1654023

« back to all changes in this revision

Viewing changes to tests/unit-tests/scene/test_surface_controller.cpp

  • Committer: Daniel van Vugt
  • Date: 2015-04-28 07:54:10 UTC
  • mfrom: (2517 development-branch)
  • mto: This revision was merged to the branch mainline in revision 2673.
  • Revision ID: daniel.van.vugt@canonical.com-20150428075410-rwskshfuar7voesp
Merge latest trunk and fix conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    MOCK_METHOD1(remove_surface, void(std::weak_ptr<ms::Surface> const&));
54
54
    MOCK_METHOD1(raise, void(std::weak_ptr<ms::Surface> const&));
55
55
    MOCK_CONST_METHOD1(surface_at, std::shared_ptr<ms::Surface>(geom::Point));
 
56
    void raise(SurfaceSet const&) override {}
56
57
};
57
58
 
58
59
struct SurfaceController : testing::Test