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

Unified Diff: views/widget/native_widget_wayland.cc

Issue 8477019: Adds Window::MoveChildToFront, with surrounding changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup 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_wayland.h ('k') | views/widget/native_widget_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_wayland.cc
diff --git a/views/widget/native_widget_wayland.cc b/views/widget/native_widget_wayland.cc
index d85db33acc7dc5706ed43a20c626f633a598bda9..2be625ab699e4ac9fd7a95a32a535d009aebf7e4 100644
--- a/views/widget/native_widget_wayland.cc
+++ b/views/widget/native_widget_wayland.cc
@@ -319,12 +319,6 @@ void NativeWidgetWayland::SetSize(const gfx::Size& size) {
SetBounds(new_alloc);
}
-void NativeWidgetWayland::SetBoundsConstrained(const gfx::Rect& bounds,
- Widget* other_widget) {
- // TODO(dnicoara) Need to take into account |other_widget|.
- SetBounds(bounds);
-}
-
void NativeWidgetWayland::MoveAbove(gfx::NativeView native_view) {
NOTIMPLEMENTED();
}
« no previous file with comments | « views/widget/native_widget_wayland.h ('k') | views/widget/native_widget_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698