Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2318223003: mash: Migrate wallpaper controllers to ash/common. (Closed)
Patch Set: Cleanup. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698