| Index: ash/aura/shell_port_classic.cc
|
| diff --git a/ash/aura/shell_port_classic.cc b/ash/aura/shell_port_classic.cc
|
| index e5e9760f8af7131430dda345d2c64f01ce62935e..435b38f423c7ca1f7627d19c4d4d31c1e9645444 100644
|
| --- a/ash/aura/shell_port_classic.cc
|
| +++ b/ash/aura/shell_port_classic.cc
|
| @@ -277,6 +277,9 @@ ShellPortClassic::CreateAcceleratorController() {
|
| accelerator_controller_delegate_.get(), nullptr);
|
| }
|
|
|
| +void ShellPortClassic::OnCreatedRootWindowContainers(
|
| + RootWindowController* root_window_controller) {}
|
| +
|
| void ShellPortClassic::OnDisplayConfigurationChanging() {
|
| for (auto& observer : display_observers_)
|
| observer.OnDisplayConfigurationChanging();
|
|
|