| Index: ash/aura/shell_port_classic.h
|
| diff --git a/ash/aura/shell_port_classic.h b/ash/aura/shell_port_classic.h
|
| index b5c7704da1aefb6428117fc5e4beae9413813791..1a848d635a330e54de9fe0efdb4a9310c18d123e 100644
|
| --- a/ash/aura/shell_port_classic.h
|
| +++ b/ash/aura/shell_port_classic.h
|
| @@ -78,8 +78,12 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
|
| void SetLaserPointerEnabled(bool enabled) override;
|
| void SetPartialMagnifierEnabled(bool enabled) override;
|
| void CreatePointerWatcherAdapter() override;
|
| + std::unique_ptr<AshWindowTreeHost> CreateAshWindowTreeHost(
|
| + const AshWindowTreeHostInitParams& init_params) override;
|
| void CreatePrimaryHost() override;
|
| void InitHosts(const ShellInitParams& init_params) override;
|
| + std::unique_ptr<display::NativeDisplayDelegate> CreateNativeDisplayDelegate()
|
| + override;
|
| std::unique_ptr<AcceleratorController> CreateAcceleratorController() override;
|
|
|
| private:
|
|
|