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..f5809b7fa256dfa9e723bac32eadd8c81cda7c68 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; |
+ 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: |