| Index: ui/views/widget/widget.cc
|
| diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
|
| index b61dfaf22346a109fc83678bc0618a5b1cd73c85..19fbe500b953406f8cacf44b4e826d56b6c4e791 100644
|
| --- a/ui/views/widget/widget.cc
|
| +++ b/ui/views/widget/widget.cc
|
| @@ -884,6 +884,10 @@ ui::Layer* Widget::GetLayer() {
|
| return native_widget_->GetLayer();
|
| }
|
|
|
| +void Widget::ReorderLayersForAttachedNativeViews() {
|
| + native_widget_->ReorderLayersForAttachedNativeViews();
|
| +}
|
| +
|
| void Widget::UpdateRootLayers() {
|
| // Calculate the layers requires traversing the tree, and since nearly any
|
| // mutation of the tree can trigger this call we delay until absolutely
|
|
|