| 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..7083e1d8168a8e345deba5dd7f76529e63dae8c6 100644
|
| --- a/ash/host/ash_window_tree_host_init_params.h
|
| +++ b/ash/host/ash_window_tree_host_init_params.h
|
| @@ -14,6 +14,10 @@
|
| #include "ash/ash_export.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| +namespace ui {
|
| +class ContextFactory;
|
| +}
|
| +
|
| namespace ash {
|
|
|
| struct ASH_EXPORT AshWindowTreeHostInitParams {
|
| @@ -22,6 +26,8 @@ struct ASH_EXPORT AshWindowTreeHostInitParams {
|
|
|
| gfx::Rect initial_bounds;
|
|
|
| + ui::ContextFactory* context_factory;
|
| +
|
| #if defined(OS_WIN)
|
| HWND remote_hwnd;
|
| #endif
|
|
|