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

Unified Diff: ash/aura/shell_port_classic.h

Issue 2843193002: chromeos: fix focus for mushrome (Closed)
Patch Set: feedback 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cdf3098075d5899c5470d0998cf52538c20d7993 100644
--- a/ash/aura/shell_port_classic.h
+++ b/ash/aura/shell_port_classic.h
@@ -80,6 +80,8 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
void CreatePointerWatcherAdapter() override;
std::unique_ptr<AshWindowTreeHost> CreateAshWindowTreeHost(
const AshWindowTreeHostInitParams& init_params) override;
+ void OnCreatedRootWindowContainers(
+ RootWindowController* root_window_controller) override;
void CreatePrimaryHost() override;
void InitHosts(const ShellInitParams& init_params) override;
std::unique_ptr<display::NativeDisplayDelegate> CreateNativeDisplayDelegate()
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698