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

Unified Diff: ui/views/widget/widget.h

Issue 2399993002: Remove (Native)Widget::StackBelow(). (Closed)
Patch Set: Created 4 years, 2 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 | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index a92dbce7282d83e4dd9e6552c5be1468a6d444c3..1e62c0945c78ac59eb84a3f43b3928ce54a7717b 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -471,9 +471,6 @@ 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. Passing a NULL |shape| reverts the widget to
// be rectangular.
void SetShape(std::unique_ptr<SkRegion> shape);
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698