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

« back to all changes in this revision

Viewing changes to tests/integration-tests/test_session.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-02-04 14:49:07 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: package-import@ubuntu.com-20140204144907-o3ruhix0ey26lchl
Tags: upstream-0.1.4+14.04.20140204
ImportĀ upstreamĀ versionĀ 0.1.4+14.04.20140204

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    {
88
88
        struct StubRenderer : public mc::Renderer
89
89
        {
90
 
            void clear() const override
 
90
            void begin(float) const override
91
91
            {
92
92
            }
93
93
            void render(mc::CompositingCriteria const&, mg::Buffer&) const override
94
94
            {
95
95
            }
 
96
            void end() const override
 
97
            {
 
98
            }
 
99
            void suspend() override
 
100
            {
 
101
            }
96
102
        };
97
103
 
98
104
        struct StubRendererFactory : public mc::RendererFactory