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 db3dea1946bbd01757d470ba70d9ba738d158aa2..30e25846f26afd9796f261880dc743a2bd36ad38 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -2140,7 +2140,7 @@ void RenderProcessHostImpl::OnGpuSwitching() { |
continue; |
RenderViewHost* rvh = RenderViewHost::From(widget); |
- rvh->UpdateWebkitPreferences(rvh->GetWebkitPreferences()); |
+ rvh->OnWebkitPreferencesChanged(); |
} |
} |