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

Unified Diff: ash/aura/wm_shell_aura.h

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.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index 62f2d5b79743ea20e2a1fd7c3104c861c474965d..676a65817d5becee1b774f80c9f6f392b9487d37 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -82,6 +82,7 @@ class ASH_EXPORT WmShellAura : public WmShell,
views::PointerWatcherEventTypes events) override;
void RemovePointerWatcher(views::PointerWatcher* watcher) override;
bool IsTouchDown() override;
+ base::SequencedWorkerPool* GetBlockingPool() override;
#if defined(OS_CHROMEOS)
void ToggleIgnoreExternalKeyboard() override;
#endif

Powered by Google App Engine
This is Rietveld 408576698