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

Unified Diff: ash/host/ash_window_tree_host_init_params.cc

Issue 1107733006: Unified Desktop: hook up ash to allow unified desktop mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/host/ash_window_tree_host_init_params.cc
diff --git a/ash/host/ash_window_tree_host_init_params.cc b/ash/host/ash_window_tree_host_init_params.cc
index 55d15c03cbca2a27186cbb067667b95237c1d4d0..ae1f58e6c482aaf4327a977622b393a16f2d66e0 100644
--- a/ash/host/ash_window_tree_host_init_params.cc
+++ b/ash/host/ash_window_tree_host_init_params.cc
@@ -6,11 +6,13 @@
namespace ash {
+AshWindowTreeHostInitParams::AshWindowTreeHostInitParams()
+ : offscreen(false)
#if defined(OS_WIN)
-AshWindowTreeHostInitParams::AshWindowTreeHostInitParams() : remote_hwnd(NULL) {
-#else
-AshWindowTreeHostInitParams::AshWindowTreeHostInitParams() {
+ ,
+ remote_hwnd(NULL)
#endif
+{
}
AshWindowTreeHostInitParams::~AshWindowTreeHostInitParams() {

Powered by Google App Engine
This is Rietveld 408576698