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

Unified Diff: ui/aura/window.h

Issue 8477019: Adds Window::MoveChildToFront, with surrounding changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup 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 | « chrome/browser/ui/views/hung_renderer_view.cc ('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 df3e1aa5c775d6e3810ddd01c0b8a3d32fe7336b..7c49d779f5b5cef4773a6cc0d7535ae11621842b 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -150,6 +150,10 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
// Move the specified child of this Window to the front of the z-order.
void MoveChildToFront(Window* child);
+ // Moves |other| to be above |child|. Does nothing if |child| is already above
+ // |other|.
+ void MoveChildAbove(Window* child, Window* other);
+
// Returns true if this window can be activated.
bool CanActivate() const;
« no previous file with comments | « chrome/browser/ui/views/hung_renderer_view.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698