~kdub/mir/fix-1301040

« back to all changes in this revision

Viewing changes to src/server/scene/surface_allocator.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2014-04-01 17:40:49 UTC
  • mfrom: (1513.3.10 mir1)
  • Revision ID: tarmac-20140401174049-vj1jmakptw9v31qg
scene: Simplify BasicSurface creation by separating out an initial cut of SurfaceObserver.

Approved by Andreas Pokorny, Alexandros Frantzis, Gerry Boland, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                     std::shared_ptr<SceneReport> const& report);
43
43
 
44
44
    std::shared_ptr<Surface> create_surface(
45
 
        frontend::SurfaceId id,
46
 
        shell::SurfaceCreationParameters const& params,
47
 
        std::shared_ptr<frontend::EventSink> const& event_sink) override;
 
45
        shell::SurfaceCreationParameters const& params) override;
48
46
 
49
47
private:
50
48
    std::shared_ptr<BufferStreamFactory> const buffer_stream_factory;