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

Unified Diff: ui/aura/window.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_observer.h ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 6c53603f80886e945b110e7e6a3f1f7eb86bfe1d..7feae058ae61b7da5af0fbab31330d88f57b14fd 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -288,6 +288,12 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
bool return_tightest,
bool for_event_handling);
+ // Called when this window's parent has changed.
+ void OnParentChanged();
+
+ // Called when this window's stacking order among its siblings is changed.
+ void OnStackingChanged();
+
// Overridden from ui::LayerDelegate:
virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
« no previous file with comments | « ui/aura/desktop_observer.h ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698