Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_impl.cc |
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
| index 4ff19aa40426b8d2c53268a624d6ba6a61051ba4..38cc687eeb3b7c10f52dae2412182b0c325aa8bc 100644 |
| --- a/content/browser/renderer_host/render_widget_host_impl.cc |
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc |
| @@ -419,6 +419,10 @@ void RenderWidgetHostImpl::Init() { |
| WasResized(); |
| } |
| +void RenderWidgetHostImpl::InitForFrame() { |
| + renderer_initialized_ = true; |
|
Charlie Reis
2014/12/18 18:04:13
This should also have at least DCHECK(process_->Ha
kenrb
2015/01/05 21:15:30
Done.
|
| +} |
| + |
| void RenderWidgetHostImpl::Shutdown() { |
| RejectMouseLockOrUnlockIfNecessary(); |