~robertcarr/mir/send-clients-input

« back to all changes in this revision

Viewing changes to tests/integration-tests/graphics/android/test_buffer_integration.cpp

  • Committer: Daniel van Vugt
  • Date: 2013-03-07 08:04:05 UTC
  • mfrom: (467.1.6 trunk)
  • mto: (467.1.21 trunk)
  • mto: This revision was merged to the branch mainline in revision 486.
  • Revision ID: daniel.van.vugt@canonical.com-20130307080405-vgn5g2ts7j08xekk
MergeĀ latestĀ lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "src/graphics/android/android_buffer_allocator.h"
21
21
#include "src/graphics/android/android_display.h"
22
22
#include "mir/graphics/buffer_initializer.h"
 
23
#include "mir/graphics/null_display_report.h"
23
24
#include "mir/compositor/swapper_factory.h"
24
25
#include "mir/compositor/buffer_swapper.h"
25
26
#include "mir/compositor/buffer_bundle_surfaces.h"
50
51
        ASSERT_FALSE(mtd::is_surface_flinger_running());
51
52
        ASSERT_NO_THROW(
52
53
        {
53
 
            platform = mg::create_platform();
 
54
            platform = mg::create_platform(std::make_shared<mg::NullDisplayReport>());
54
55
            display = platform->create_display();
55
56
        });
56
57
    }