| Index: views/widget/native_widget_win.cc
|
| diff --git a/views/widget/native_widget_win.cc b/views/widget/native_widget_win.cc
|
| index dce389b89b3b9304f55f455b86f150bf5ee58aed..da59565bb825cf7d2de60f493084d28948f778a1 100644
|
| --- a/views/widget/native_widget_win.cc
|
| +++ b/views/widget/native_widget_win.cc
|
| @@ -792,6 +792,10 @@ void NativeWidgetWin::MoveAbove(gfx::NativeView native_view) {
|
| SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
|
| }
|
|
|
| +void NativeWidgetWin::MoveToTop() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void NativeWidgetWin::SetShape(gfx::NativeRegion region) {
|
| SetWindowRgn(region, TRUE);
|
| }
|
|
|