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

Unified Diff: ash/host/ash_window_tree_host.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/host/DEPS ('k') | ash/host/ash_window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host.h
diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
index 2459aea36d6a5e46c70af7da6f2bb8d9bb21887c..dfe20f5ec327959aa6a3ddc58896012b04e50f6d 100644
--- a/ash/host/ash_window_tree_host.h
+++ b/ash/host/ash_window_tree_host.h
@@ -29,10 +29,9 @@ class RootWindowTransformer;
class ASH_EXPORT AshWindowTreeHost {
public:
AshWindowTreeHost();
- virtual ~AshWindowTreeHost() {}
+ virtual ~AshWindowTreeHost();
- // Creates a new AshWindowTreeHost. The caller owns the returned value.
- static AshWindowTreeHost* Create(
+ static std::unique_ptr<AshWindowTreeHost> Create(
const AshWindowTreeHostInitParams& init_params);
void set_input_method_handler(InputMethodEventHandler* input_method_handler) {
« no previous file with comments | « ash/host/DEPS ('k') | ash/host/ash_window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698