~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        mir::input::InputReceptionMode input_mode));
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
    MOCK_CONST_METHOD1(surface_at, std::shared_ptr<ms::Surface>(geom::Point));
 
56
    void raise(SurfaceSet const&) override {}
55
57
};
56
58
 
57
59
struct SurfaceController : testing::Test