~mterry/mir/session-for-surface

« back to all changes in this revision

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

  • Committer: Michael Terry
  • Date: 2013-07-29 17:51:51 UTC
  • mfrom: (832.1.58 trunk)
  • Revision ID: michael.terry@canonical.com-20130729175151-3thcnlepeihhzbb8
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
    {
208
208
        std::shared_ptr<mf::ProtobufIpcFactory> the_ipc_factory(
209
209
            std::shared_ptr<mir::frontend::Shell> const&,
210
 
            std::shared_ptr<mg::ViewableArea> const&,
 
210
            std::shared_ptr<mg::Display> const&,
211
211
            std::shared_ptr<mc::GraphicBufferAllocator> const&) override
212
212
        {
213
213
            static auto error_server = std::make_shared<ErrorServer>();