| Index: ash/host/ash_window_tree_host_init_params.h
|
| diff --git a/ash/host/ash_window_tree_host_init_params.h b/ash/host/ash_window_tree_host_init_params.h
|
| index d9bb7de96cd4d60e127be9098f96c8ef88b3d6f3..bc584d8c69a39a0e38490169a5dc8dea8c9c8fde 100644
|
| --- a/ash/host/ash_window_tree_host_init_params.h
|
| +++ b/ash/host/ash_window_tree_host_init_params.h
|
| @@ -22,6 +22,8 @@ struct ASH_EXPORT AshWindowTreeHostInitParams {
|
|
|
| gfx::Rect initial_bounds;
|
|
|
| + bool offscreen;
|
| +
|
| #if defined(OS_WIN)
|
| HWND remote_hwnd;
|
| #endif
|
|
|