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

Unified Diff: ash/aura/shell_port_classic.h

Issue 2821203002: cros: Adds ShellPort functions for simplified display mode (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
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.cc » ('j') | ash/host/ash_window_tree_host.h » ('J')
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 b5c7704da1aefb6428117fc5e4beae9413813791..f5809b7fa256dfa9e723bac32eadd8c81cda7c68 100644
--- a/ash/aura/shell_port_classic.h
+++ b/ash/aura/shell_port_classic.h
@@ -78,8 +78,12 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
void SetLaserPointerEnabled(bool enabled) override;
void SetPartialMagnifierEnabled(bool enabled) override;
void CreatePointerWatcherAdapter() override;
+ 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 | « no previous file | ash/aura/shell_port_classic.cc » ('j') | ash/host/ash_window_tree_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698