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

Unified Diff: views/widget/widget.cc

Issue 7185005: Add View::ReorderChildView and Widget::MoveToTop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
« no previous file with comments | « views/widget/widget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget.cc
diff --git a/views/widget/widget.cc b/views/widget/widget.cc
index 50001563f6b89e2ef1e9d5784d7149131a96089d..bd6d872ce128c5ffe80a275c7f3afca05d817954 100644
--- a/views/widget/widget.cc
+++ b/views/widget/widget.cc
@@ -329,6 +329,10 @@ void Widget::MoveAbove(gfx::NativeView native_view) {
native_widget_->MoveAbove(native_view);
}
+void Widget::MoveToTop() {
+ native_widget_->MoveToTop();
+}
+
void Widget::SetShape(gfx::NativeRegion shape) {
native_widget_->SetShape(shape);
}
« no previous file with comments | « views/widget/widget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698