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

Unified Diff: ash/aura/wm_root_window_controller_aura.h

Issue 2318223003: mash: Migrate wallpaper controllers to ash/common. (Closed)
Patch Set: Fix nit. 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/aura/wm_root_window_controller_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_root_window_controller_aura.h
diff --git a/ash/aura/wm_root_window_controller_aura.h b/ash/aura/wm_root_window_controller_aura.h
index 65cfe949c2ab808b39467ee2ae32d3c786a7b5ff..17c8b0756e64833ecfe79dc45cc2f7510c01650e 100644
--- a/ash/aura/wm_root_window_controller_aura.h
+++ b/ash/aura/wm_root_window_controller_aura.h
@@ -41,6 +41,8 @@ class ASH_EXPORT WmRootWindowControllerAura : public WmRootWindowController {
views::Widget::InitParams* init_params) override;
WmWindow* FindEventTarget(const gfx::Point& location_in_screen) override;
gfx::Point GetLastMouseLocationInRoot() override;
+ void OnInitialWallpaperAnimationStarted() override;
+ void OnWallpaperAnimationFinished(views::Widget* widget) override;
private:
friend class RootWindowController;
« no previous file with comments | « ash/ash.gyp ('k') | ash/aura/wm_root_window_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698