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

Unified Diff: views/widget/widget.h

Issue 7185005: Add View::ReorderChildView and Widget::MoveToTop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 9 years, 6 months 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
Index: views/widget/widget.h
diff --git a/views/widget/widget.h b/views/widget/widget.h
index 4220cc6b056f1ca3deac60063c74fc77a379f3eb..1057a1c60328dcd2eb967f75df4eb712145e42da 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -262,6 +262,7 @@ class Widget : public internal::NativeWidgetDelegate,
// Places the widget in front of the specified widget in z-order.
void MoveAboveWidget(Widget* widget);
void MoveAbove(gfx::NativeView native_view);
+ void MoveToTop();
// Sets a shape on the widget. This takes ownership of shape.
void SetShape(gfx::NativeRegion shape);

Powered by Google App Engine
This is Rietveld 408576698