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() { |