| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index 58b55db1bcfcbf53ca99f99ea4ec2bf54aad9617..870aa442d919ac4aaab9ae62ad49d3f7ff622dbe 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -711,7 +711,7 @@ void GetScreenInfoForWindow(ScreenInfo* results,
|
| results->depth_per_component = display.depth_per_component();
|
| results->is_monochrome = display.is_monochrome();
|
| results->device_scale_factor = display.device_scale_factor();
|
| - display.color_space().GetICCProfile(&results->icc_profile);
|
| + results->color_space = display.color_space();
|
|
|
| // The Display rotation and the ScreenInfo orientation are not the same
|
| // angle. The former is the physical display rotation while the later is the
|
|
|