| Index: ui/aura/window.cc
|
| ===================================================================
|
| --- ui/aura/window.cc (revision 177189)
|
| +++ ui/aura/window.cc (working copy)
|
| @@ -320,7 +320,8 @@
|
|
|
| void Window::SetDefaultParentByRootWindow(RootWindow* root_window,
|
| const gfx::Rect& bounds_in_screen) {
|
| - DCHECK(root_window);
|
| + // TODO(erg): Enable this DCHECK once it is safe.
|
| + // DCHECK(root_window);
|
|
|
| // Stacking clients are mandatory on RootWindow objects.
|
| client::StackingClient* client = client::GetStackingClient(root_window);
|
|
|