~kdub/mir/hwc-integration

« back to all changes in this revision

Viewing changes to src/server/graphics/android/android_fb_factory.cpp

  • Committer: Kevin DuBois
  • Date: 2013-03-28 17:33:48 UTC
  • Revision ID: kevin.dubois@canonical.com-20130328173348-dl5llo1qkd978tyw
get test to pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
};
41
41
}
42
42
 
43
 
std::shared_ptr<mg::Display> mga::AndroidFBFactory::create_hwc1_1_gpu_display() const
 
43
std::shared_ptr<mg::Display> mga::AndroidFBFactory::create_hwc1_1_gpu_display(
 
44
                                            std::shared_ptr<hwc_composer_device_1> const& /*hwc_device*/) const
44
45
{
45
46
    auto android_window = std::make_shared< ::android::FramebufferNativeWindow>();
46
47
    auto window = std::make_shared<mga::AndroidFramebufferWindow> (android_window);