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

Unified Diff: ash/shell_port.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/shell.cc ('k') | ash/test/ash_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_port.h
diff --git a/ash/shell_port.h b/ash/shell_port.h
index db553d2cbe0249c59b86eb3fca87113b9f373a36..ea1ea9c4d986c6a447dd3f662fb82906741efe6b 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -212,6 +212,11 @@ class ASH_EXPORT ShellPort {
virtual std::unique_ptr<AshWindowTreeHost> CreateAshWindowTreeHost(
const AshWindowTreeHostInitParams& init_params) = 0;
+ // Called after the containers of |root_window_controller| have been created.
+ // Allows ShellPort to install any additional state on the containers.
+ virtual void OnCreatedRootWindowContainers(
+ RootWindowController* root_window_controller) = 0;
+
protected:
ShellPort();
« no previous file with comments | « ash/shell.cc ('k') | ash/test/ash_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698