~vanvugt/mir/testfix-1665802

« back to all changes in this revision

Viewing changes to src/include/server/mir/compositor/buffer_stream.h

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2017-02-21 09:27:04 UTC
  • mfrom: (4043.1.1 no-stream-pf)
  • Revision ID: tarmac-20170221092704-eoe9mbok5xkb6xk5
remove Session::drop_outstanding_requests and Stream::drop_outstanding_requests.

Approved by mir-ci-bot, Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        lock_compositor_buffer(void const* user_id) = 0;
47
47
    virtual geometry::Size stream_size() = 0;
48
48
    virtual void resize(geometry::Size const& size) = 0;
49
 
    virtual void drop_outstanding_requests() = 0;
50
49
    virtual int buffers_ready_for_compositor(void const* user_id) const = 0;
51
50
    virtual void drop_old_buffers() = 0;
52
51
    virtual bool has_submitted_buffer() const = 0;