Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3337)

Unified Diff: ash/aura/shell_port_classic.cc

Issue 2843193002: chromeos: fix focus for mushrome (Closed)
Patch Set: cleanup Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698