Index: views/widget/native_widget_win.cc |
diff --git a/views/widget/native_widget_win.cc b/views/widget/native_widget_win.cc |
index 7c013f97545ac7f0eadb56d6cf83d19bd0da9139..62e0f474f5f78f04658cfed43fbd068f1d0eb5b2 100644 |
--- a/views/widget/native_widget_win.cc |
+++ b/views/widget/native_widget_win.cc |
@@ -711,12 +711,12 @@ void NativeWidgetWin::SetSize(const gfx::Size& size) { |
SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOMOVE); |
} |
-void NativeWidgetWin::MoveAbove(gfx::NativeView native_view) { |
+void NativeWidgetWin::StackAbove(gfx::NativeView native_view) { |
SetWindowPos(native_view, 0, 0, 0, 0, |
SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE); |
} |
-void NativeWidgetWin::MoveToTop() { |
+void NativeWidgetWin::StackAtTop() { |
NOTIMPLEMENTED(); |
} |