| 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 4c5569f5aecc0b7437ff0c33f1113416178f18b4..7054fdd723b88ac59945293a8c1ba38d4bd9da4d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -221,10 +221,10 @@ RenderWidgetHostImpl::RenderWidgetHostImpl(RenderWidgetHostDelegate* delegate,
|
| #if defined(OS_WIN)
|
| // Update the display color profile cache so that it is likely to be up to
|
| // date when the renderer process requests the color profile.
|
| - if (gfx::ColorSpace::CachedProfilesNeedUpdate()) {
|
| + if (gfx::ICCProfile::CachedProfilesNeedUpdate()) {
|
| BrowserThread::PostBlockingPoolTask(
|
| FROM_HERE,
|
| - base::Bind(&gfx::ColorSpace::UpdateCachedProfilesOnBackgroundThread));
|
| + base::Bind(&gfx::ICCProfile::UpdateCachedProfilesOnBackgroundThread));
|
| }
|
| #endif
|
|
|
|
|