diff options
Diffstat (limited to 'ash/shell_init_params.h')
-rw-r--r-- | ash/shell_init_params.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h index 9a681fae..efa1511 100644 --- a/ash/shell_init_params.h +++ b/ash/shell_init_params.h @@ -13,6 +13,10 @@ #include "ash/ash_export.h" +namespace base { +class SequencedWorkerPool; +} + namespace ui { class ContextFactory; } @@ -28,6 +32,7 @@ struct ASH_EXPORT ShellInitParams { ShellDelegate* delegate; ui::ContextFactory* context_factory; + base::SequencedWorkerPool* blocking_pool; #if defined(OS_WIN) HWND remote_hwnd; |