19 #ifndef MIR_GRAPHICS_NESTED_NESTED_PLATFORM_H_
20 #define MIR_GRAPHICS_NESTED_NESTED_PLATFORM_H_
28 namespace input {
class EventFilter; }
38 std::shared_ptr<HostConnection>
const& connection,
39 std::shared_ptr<input::EventFilter>
const& event_handler,
40 std::shared_ptr<DisplayReport>
const& display_report,
41 std::shared_ptr<NativePlatform>
const& native_platform);
45 std::shared_ptr<BufferInitializer>
const& buffer_initializer)
override;
47 std::shared_ptr<DisplayConfigurationPolicy>
const& initial_conf_policy,
48 std::shared_ptr<GLConfig>
const& gl_config);
55 std::shared_ptr<NativePlatform>
const native_platform;
56 std::shared_ptr<input::EventFilter>
const event_handler;
57 std::shared_ptr<DisplayReport>
const display_report;
58 std::shared_ptr<HostConnection>
const connection;
65 #endif // MIR_GRAPHICS_NESTED_NESTED_PLATFORM_H
Definition: buffer_ipc_packer.h:30