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

Unified Diff: views/widget/widget.h

Issue 8620002: s/Move/Stack/ in names of stacking-related methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a test 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 | « views/widget/native_widget_win.cc ('k') | views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget.h
diff --git a/views/widget/widget.h b/views/widget/widget.h
index 4faf12b154040065aa815ce5ddc5d4866a3ddcb5..286159d6fc3913514edcbb0f63dc9c9834f20bc4 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -305,9 +305,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
void SetBoundsConstrained(const gfx::Rect& bounds);
// Places the widget in front of the specified widget in z-order.
- void MoveAboveWidget(Widget* widget);
- void MoveAbove(gfx::NativeView native_view);
- void MoveToTop();
+ void StackAboveWidget(Widget* widget);
+ void StackAbove(gfx::NativeView native_view);
+ void StackAtTop();
// Sets a shape on the widget. This takes ownership of shape.
void SetShape(gfx::NativeRegion shape);
« no previous file with comments | « views/widget/native_widget_win.cc ('k') | views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698