summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/widget.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 19:21:22 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 19:21:22 +0000
commitaef2973197c9b2a547512891335739381b311836 (patch)
tree19a88829f10eaae8482d2dda4c87af7144cb9424 /ui/views/widget/widget.h
parent6e1c9a71bb4ccb4dbf81f8729bc2532e9b0f3674 (diff)
downloadchromium_src-aef2973197c9b2a547512891335739381b311836.zip
chromium_src-aef2973197c9b2a547512891335739381b311836.tar.gz
chromium_src-aef2973197c9b2a547512891335739381b311836.tar.bz2
Adds Window::StackBelow and wiring in Widget.
BUG=116213 TEST=none Review URL: http://codereview.chromium.org/9635002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/widget/widget.h')
-rw-r--r--ui/views/widget/widget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index c242cf3..baf7837 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -337,6 +337,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
void StackAbove(gfx::NativeView native_view);
void StackAtTop();
+ // Places the widget below the specified NativeView.
+ void StackBelow(gfx::NativeView native_view);
+
// Sets a shape on the widget. This takes ownership of shape.
void SetShape(gfx::NativeRegion shape);