| Index: ash/aura/wm_shell_aura.cc
|
| diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
|
| index 0cbc2f2aed82bb0525b2177d088a2caea6efc641..1feba03528ad1d3e59fa2d557044e9fd2509a67b 100644
|
| --- a/ash/aura/wm_shell_aura.cc
|
| +++ b/ash/aura/wm_shell_aura.cc
|
| @@ -275,6 +275,10 @@ bool WmShellAura::IsTouchDown() {
|
| return aura::Env::GetInstance()->is_touch_down();
|
| }
|
|
|
| +base::SequencedWorkerPool* WmShellAura::GetBlockingPool() {
|
| + return Shell::GetInstance()->blocking_pool();
|
| +}
|
| +
|
| #if defined(OS_CHROMEOS)
|
| void WmShellAura::ToggleIgnoreExternalKeyboard() {
|
| Shell::GetInstance()
|
|
|