~raof/mir/blowup-eventhub

« back to all changes in this revision

Viewing changes to src/server/graphics/offscreen/display_buffer.cpp

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2014-01-29 00:49:23 UTC
  • mfrom: (1329.1.42 renderable)
  • Revision ID: tarmac-20140129004923-a52iu4phmbzmv9ot
android: split out HWC layers into their own file and add a mga::CompositionLayer type that depends on the interface mg::Renderable.

Approved by Andreas Pokorny, Alan Griffiths, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
}
151
151
 
152
152
void mgo::DisplayBuffer::render_and_post_update(
153
 
        std::list<Renderable> const&,
 
153
        std::list<std::shared_ptr<Renderable>> const&,
154
154
        std::function<void(Renderable const&)> const&)
155
155
{
156
156
}