~andreas-pokorny/mir/input-registrar-observer

« back to all changes in this revision

Viewing changes to src/platform/graphics/android/android_platform.cpp

  • Committer: Andreas Pokorny
  • Date: 2014-04-29 10:42:00 UTC
  • mfrom: (1545.1.4 input-rework-2)
  • Revision ID: andreas.pokorny@canonical.com-20140429104200-biuoeltnr1e7swu8
merged devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
}
84
84
 
85
85
std::shared_ptr<mg::Display> mga::AndroidPlatform::create_display(
86
 
    std::shared_ptr<graphics::DisplayConfigurationPolicy> const&,
 
86
    std::shared_ptr<mg::DisplayConfigurationPolicy> const&,
 
87
    std::shared_ptr<mg::GLProgramFactory> const& gl_program_factory,
87
88
    std::shared_ptr<mg::GLConfig> const& gl_config)
88
89
{
89
90
    return std::make_shared<mga::AndroidDisplay>(
90
 
        display_builder, gl_config, display_report);
 
91
        display_builder, gl_program_factory, gl_config, display_report);
91
92
}
92
93
 
93
94
std::shared_ptr<mg::PlatformIPCPackage> mga::AndroidPlatform::get_ipc_package()