| Index: trunk/src/ui/views/widget/widget.cc
|
| ===================================================================
|
| --- trunk/src/ui/views/widget/widget.cc (revision 203401)
|
| +++ trunk/src/ui/views/widget/widget.cc (working copy)
|
| @@ -884,6 +884,10 @@
|
| return native_widget_->GetLayer();
|
| }
|
|
|
| +void Widget::ReorderNativeViews() {
|
| + native_widget_->ReorderNativeViews();
|
| +}
|
| +
|
| 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
|
|
|