~vanvugt/mir/testfix-1665802

« back to all changes in this revision

Viewing changes to src/server/compositor/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:
57
57
    void resize(geometry::Size const& size) override;
58
58
    void allow_framedropping(bool) override;
59
59
    bool framedropping() const override;
60
 
    void drop_outstanding_requests() override;
61
60
    int buffers_ready_for_compositor(void const* user_id) const override;
62
61
    void drop_old_buffers() override;
63
62
    bool has_submitted_buffer() const override;