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

Unified Diff: ui/aura_shell/shadow_controller.h

Issue 8771015: Rename Desktop->RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « ui/aura_shell/root_window_layout_manager.cc ('k') | ui/aura_shell/shadow_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shadow_controller.h
===================================================================
--- ui/aura_shell/shadow_controller.h (revision 113260)
+++ ui/aura_shell/shadow_controller.h (working copy)
@@ -11,7 +11,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/linked_ptr.h"
-#include "ui/aura/desktop_observer.h"
+#include "ui/aura/root_window_observer.h"
#include "ui/aura/window_observer.h"
#include "ui/aura_shell/aura_shell_export.h"
@@ -29,7 +29,7 @@
// ShadowController observes changes to windows and creates and updates drop
// shadows as needed.
-class AURA_SHELL_EXPORT ShadowController : public aura::DesktopObserver,
+class AURA_SHELL_EXPORT ShadowController : public aura::RootWindowObserver,
public aura::WindowObserver {
public:
class TestApi {
@@ -50,7 +50,7 @@
explicit ShadowController();
virtual ~ShadowController();
- // aura::DesktopObserver override:
+ // aura::RootWindowObserver override:
virtual void OnWindowInitialized(aura::Window* window) OVERRIDE;
// aura::WindowObserver overrides:
« no previous file with comments | « ui/aura_shell/root_window_layout_manager.cc ('k') | ui/aura_shell/shadow_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698