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

Unified Diff: ui/aura/desktop.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/client/shadow_types.h ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.h
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
index 43f2e5d1d22461e2da8dde5e16049bf451820c16..3f27d4b8a6261118857a34791079755330246661 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -109,6 +109,9 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
// activate.
void Deactivate(Window* window);
+ // Invoked when |window| is initialized.
+ void WindowInitialized(Window* window);
+
// Invoked when |window| is being destroyed.
void WindowDestroying(Window* window);
« no previous file with comments | « ui/aura/client/shadow_types.h ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698