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

Unified Diff: ui/aura/desktop_observer.h

Issue 8555025: aura: Draw drop shadows under browsers and menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes Created 9 years, 1 month 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/desktop.cc ('k') | ui/aura/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop_observer.h
diff --git a/ui/aura/desktop_observer.h b/ui/aura/desktop_observer.h
index 3d5e775dd271b3ea7a132258b0fb1663afa60dca..dba7e5c646cb31e793c8ac276b63ec72780d35b0 100644
--- a/ui/aura/desktop_observer.h
+++ b/ui/aura/desktop_observer.h
@@ -21,6 +21,9 @@ class AURA_EXPORT DesktopObserver {
// Invoked after the desktop is resized.
virtual void OnDesktopResized(const gfx::Size& new_size) {}
+ // Invoked when a new window is initialized.
+ virtual void OnWindowInitialized(Window* window) {}
+
// Invoked when the active window is changed. |active| may be NULL if there is
// not active window.
virtual void OnActiveWindowChanged(Window* active) {}
« no previous file with comments | « ui/aura/desktop.cc ('k') | ui/aura/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698