Chromium Code Reviews| Index: ash/aura/shell_port_classic.h |
| diff --git a/ash/aura/shell_port_classic.h b/ash/aura/shell_port_classic.h |
| index 1a848d635a330e54de9fe0efdb4a9310c18d123e..b012950c8a2e529e163458b36d76ac1b6f30ae93 100644 |
| --- a/ash/aura/shell_port_classic.h |
| +++ b/ash/aura/shell_port_classic.h |
| @@ -85,6 +85,8 @@ class ASH_EXPORT ShellPortClassic : public ShellPort, |
| std::unique_ptr<display::NativeDisplayDelegate> CreateNativeDisplayDelegate() |
| override; |
| std::unique_ptr<AcceleratorController> CreateAcceleratorController() override; |
| + void OnCreatedRootWindowContainers( |
|
msw
2017/04/26 23:01:07
nit: belongs after CreateAshWindowTreeHost, ditto
sky
2017/04/26 23:30:27
Done.
|
| + RootWindowController* root_window_controller) override; |
| private: |
| // WindowTreeHostManager::Observer: |