~vanvugt/mir/frontend-server

« back to all changes in this revision

Viewing changes to src/server/compositor/buffer_stream_surfaces.h

  • Committer: Daniel van Vugt
  • Date: 2014-03-06 03:18:55 UTC
  • mfrom: (1416.1.37 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140306031855-pjar7q2m3ghjwly5
MergeĀ latestĀ development-branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    void resize(geometry::Size const& size) override;
51
51
    void allow_framedropping(bool) override;
52
52
    void force_requests_to_complete() override;
 
53
    int buffers_ready_for_compositor() const override;
53
54
 
54
55
protected:
55
56
    BufferStreamSurfaces(const BufferStreamSurfaces&) = delete;