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

Unified Diff: ash/wallpaper/wallpaper_view.h

Issue 2906693003: [mus+ash] Removes WmWindow from screen_dimmer and video_detector (Closed)
Patch Set: [mus+ash] Removes WmWindow from screen_dimmer and video_detector Created 3 years, 7 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/wallpaper/wallpaper_controller.cc ('k') | ash/wallpaper/wallpaper_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wallpaper/wallpaper_view.h
diff --git a/ash/wallpaper/wallpaper_view.h b/ash/wallpaper/wallpaper_view.h
index ec9baf1b34f17f7c4240b43f2049589616a59b65..60646db904f1e412105a601cbb9e377a7c26b060 100644
--- a/ash/wallpaper/wallpaper_view.h
+++ b/ash/wallpaper/wallpaper_view.h
@@ -10,10 +10,13 @@
#include "ui/views/context_menu_controller.h"
#include "ui/views/view.h"
+namespace aura {
+class Window;
+}
+
namespace ash {
class PreEventDispatchHandler;
-class WmWindow;
class WallpaperView : public views::View, public views::ContextMenuController {
public:
@@ -36,7 +39,7 @@ class WallpaperView : public views::View, public views::ContextMenuController {
DISALLOW_COPY_AND_ASSIGN(WallpaperView);
};
-views::Widget* CreateWallpaper(WmWindow* root_window, int container_id);
+views::Widget* CreateWallpaper(aura::Window* root_window, int container_id);
} // namespace ash
« no previous file with comments | « ash/wallpaper/wallpaper_controller.cc ('k') | ash/wallpaper/wallpaper_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698