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

Unified Diff: ash/mus/bridge/shell_port_mash.h

Issue 2821203002: cros: Adds ShellPort functions for simplified display mode (Closed)
Patch Set: Fix x11 build 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/mus/bridge/DEPS ('k') | ash/mus/bridge/shell_port_mash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ac839c83bb264e4082ef92c12c1848bf9ecb210e..9b86c8f6f643103a8afc43c4346d80ea66bee32d 100644
--- a/ash/mus/bridge/shell_port_mash.h
+++ b/ash/mus/bridge/shell_port_mash.h
@@ -104,8 +104,12 @@ class ShellPortMash : public ShellPort {
void SetLaserPointerEnabled(bool enabled) override;
void SetPartialMagnifierEnabled(bool enabled) override;
void CreatePointerWatcherAdapter() override;
+ std::unique_ptr<AshWindowTreeHost> CreateAshWindowTreeHost(
+ const AshWindowTreeHostInitParams& init_params) override;
void CreatePrimaryHost() override;
void InitHosts(const ShellInitParams& init_params) override;
+ std::unique_ptr<display::NativeDisplayDelegate> CreateNativeDisplayDelegate()
+ override;
std::unique_ptr<AcceleratorController> CreateAcceleratorController() override;
private:
« no previous file with comments | « ash/mus/bridge/DEPS ('k') | ash/mus/bridge/shell_port_mash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698