| Index: ui/views/mus/native_widget_mus.cc
|
| diff --git a/ui/views/mus/native_widget_mus.cc b/ui/views/mus/native_widget_mus.cc
|
| index d0b9349b68eba292f6413805bbad5b5d63d54b90..4024de71b40d57d1311d5b10048a5f3af8c98232 100644
|
| --- a/ui/views/mus/native_widget_mus.cc
|
| +++ b/ui/views/mus/native_widget_mus.cc
|
| @@ -1010,10 +1010,6 @@ void NativeWidgetMus::StackAtTop() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void NativeWidgetMus::StackBelow(gfx::NativeView native_view) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void NativeWidgetMus::SetShape(std::unique_ptr<SkRegion> shape) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|