| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 611d602bd70c1e78a068041230108d2208e82cc6..b8d98cdeaedd7aa30b3df3262d83f7a1b8589e09 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -2145,7 +2145,7 @@ void RenderProcessHostImpl::OnGpuSwitching() {
|
| continue;
|
|
|
| RenderViewHost* rvh = RenderViewHost::From(widget);
|
| - rvh->UpdateWebkitPreferences(rvh->GetWebkitPreferences());
|
| + rvh->OnWebkitPreferencesChanged();
|
| }
|
| }
|
|
|
|
|