~raof/mir/prober-drm-device-probe

« back to all changes in this revision

Viewing changes to src/server/graphics/android/android_display_factory.h

  • Committer: Daniel van Vugt
  • Date: 2013-04-24 05:18:38 UTC
  • mfrom: (627 trunk)
  • mto: This revision was merged to the branch mainline in revision 629.
  • Revision ID: daniel.van.vugt@canonical.com-20130424051838-bxzdvlavdj3y051r
MergeĀ latestĀ lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    std::shared_ptr<DisplayAllocator> const display_factory;
50
50
    std::shared_ptr<HWCFactory> const hwc_factory;
51
51
    std::shared_ptr<FramebufferFactory> const fb_factory;
 
52
    std::shared_ptr<DisplaySupportProvider> fb_dev;
52
53
    std::shared_ptr<hwc_composer_device_1> hwc_dev;
53
54
};
54
55