~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-08-11 19:52:06 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: package-import@ubuntu.com-20140811195206-05ee991qbzvdbmel
Tags: upstream-0.6.0+14.10.20140811
ImportĀ upstreamĀ versionĀ 0.6.0+14.10.20140811

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    bool supports_input() const override { return true;}
97
97
    int client_input_fd() const override { return fd;}
98
98
    int configure(MirSurfaceAttrib, int) override { return 0; }
 
99
    int query(MirSurfaceAttrib) override { return 0; }
99
100
    void with_most_recent_buffer_do(std::function<void(graphics::Buffer&)> const& ) override {}
100
101
};
101
102