Fix crash caused by new network parameters

This commit is contained in:
Cheng Zhao 2016-09-07 17:57:29 +09:00
parent 4c56c1c2b2
commit 937ae7ef8f
2 changed files with 1 additions and 2 deletions

View file

@ -371,7 +371,6 @@ OffScreenRenderWidgetHostView::OffScreenRenderWidgetHostView(
compositor_->SetRootLayer(root_layer_.get());
#endif
LOG(ERROR) << "GetRootLayer: " << GetRootLayer();
ResizeRootLayer();
}