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

Unified Diff: ash/mus/bridge/shell_port_mash.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/mus/bridge/shell_port_mash.h
diff --git a/ash/mus/bridge/shell_port_mash.h b/ash/mus/bridge/shell_port_mash.h
index 9b86c8f6f643103a8afc43c4346d80ea66bee32d..52f040736b479fe192c9abd167873de89a4c6bc4 100644
--- a/ash/mus/bridge/shell_port_mash.h
+++ b/ash/mus/bridge/shell_port_mash.h
@@ -111,6 +111,8 @@ class ShellPortMash : public ShellPort {
std::unique_ptr<display::NativeDisplayDelegate> CreateNativeDisplayDelegate()
override;
std::unique_ptr<AcceleratorController> CreateAcceleratorController() override;
+ void OnCreatedRootWindowContainers(
msw 2017/04/26 23:01:08 nit: belongs after CreateAshWindowTreeHost, ditto
sky 2017/04/26 23:30:27 Done.
+ RootWindowController* root_window_controller) override;
private:
friend class ShellPortMashTestApi;

Powered by Google App Engine
This is Rietveld 408576698