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

« back to all changes in this revision

Viewing changes to src/server/graphics/offscreen/display_buffer.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-11-20 16:41:15 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20141120164115-a3j4vq6cq2u78m47
Tags: upstream-0.9.0+15.04.20141120.1
ImportĀ upstreamĀ versionĀ 0.9.0+15.04.20141120.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    DisplayBuffer(SurfacelessEGLContext egl_context,
63
63
                  geometry::Rectangle const& area);
64
64
 
65
 
    geometry::Rectangle view_area() const;
66
 
    void make_current();
67
 
    void release_current();
68
 
    void post_update();
 
65
    geometry::Rectangle view_area() const override;
 
66
    void make_current() override;
 
67
    void release_current() override;
 
68
    void post_update() override;
69
69
 
70
70
    MirOrientation orientation() const override;
71
71
    bool uses_alpha() const override;