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

Unified Diff: ash/aura/shell_port_classic.h

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.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:
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | ash/mus/bridge/shell_port_mash.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698