| Index: views/window/window_gtk.cc
|
| ===================================================================
|
| --- views/window/window_gtk.cc (revision 16089)
|
| +++ views/window/window_gtk.cc (working copy)
|
| @@ -129,6 +129,10 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void WindowGtk::SetIsAlwaysOnTop(bool always_on_top) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| NonClientFrameView* WindowGtk::CreateFrameViewForWindow() {
|
| // TODO(erg): Always use a custom frame view? Are there cases where we let
|
| // the window manager deal with the X11 equivalent of the "non-client" area?
|
|
|