~robertcarr/mir/client-focus-notifications

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/null_platform.h

  • Committer: Robert Carr
  • Date: 2013-08-01 22:01:20 UTC
  • mfrom: (706.2.208 trunk)
  • Revision ID: robert.carr@canonical.com-20130801220120-6m230b3g6x0xflzd
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class NullPlatform : public graphics::Platform
33
33
{
34
34
 public:
35
 
    std::shared_ptr<compositor::GraphicBufferAllocator> create_buffer_allocator(
 
35
    std::shared_ptr<graphics::GraphicBufferAllocator> create_buffer_allocator(
36
36
            const std::shared_ptr<graphics::BufferInitializer>& /*buffer_initializer*/)
37
37
    {
38
 
        return std::shared_ptr<compositor::GraphicBufferAllocator>();
 
38
        return std::shared_ptr<graphics::GraphicBufferAllocator>();
39
39
    }
40
40
 
41
41
    std::shared_ptr<graphics::Display> create_display(
54
54
        return std::shared_ptr<graphics::InternalClient>();
55
55
    }
56
56
 
57
 
    void fill_ipc_package(std::shared_ptr<compositor::BufferIPCPacker> const&,
 
57
    void fill_ipc_package(std::shared_ptr<graphics::BufferIPCPacker> const&,
58
58
                          std::shared_ptr<graphics::Buffer> const&) const
59
59
    {
60
60
    }