| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index cf1ae7891770f99148e58f7b0123f7dac14b31c5..960e00896ad57137fecfa9e3703c6de470936c7c 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -1566,7 +1566,8 @@ void RenderViewHostImpl::ExitFullscreen() {
|
| WasResized();
|
| }
|
|
|
| -void RenderViewHostImpl::UpdateWebkitPreferences(const WebPreferences& prefs) {
|
| +void RenderViewHostImpl::UpdateWebkitPreferences(
|
| + const webkit_glue::WebPreferences& prefs) {
|
| Send(new ViewMsg_UpdateWebPreferences(GetRoutingID(), prefs));
|
| }
|
|
|
|
|