Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
| index c0953795e0d1dc5b9a17cf4f5672df8474b747eb..f1fb803ff15dafb120c2eaea0dcade8da6c5ea54 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
| @@ -289,6 +289,10 @@ void DesktopRootWindowHostX11::SetSize(const gfx::Size& size) { |
| NOTIMPLEMENTED(); |
| } |
| +void DesktopRootWindowHostX11::StackAtTop() { |
| + NOTIMPLEMENTED(); |
|
Elliot Glaysher
2013/10/30 18:13:30
:(
Can you implement this?
Tomasz Moniuszko
2013/10/31 08:33:43
Done. Could you please have a look?
|
| +} |
| + |
| void DesktopRootWindowHostX11::CenterWindow(const gfx::Size& size) { |
| gfx::Rect parent_bounds = GetWorkAreaBoundsInScreen(); |