| 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 a751450470b4e1b8504cc1deeb804cc4c3ddbcb4..151855085a322100e96d1ff1a463d134c88cf732 100644
 | 
| --- a/content/browser/web_contents/web_contents_view_aura.cc
 | 
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
 | 
| @@ -652,6 +652,7 @@ void GetScreenInfoForWindow(ScreenInfo* results,
 | 
|    // TODO(derat|oshima): Don't hardcode this. Get this from display object.
 | 
|    results->depth = 24;
 | 
|    results->depth_per_component = 8;
 | 
| +  results->is_monochrome = false;
 | 
|    results->device_scale_factor = display.device_scale_factor();
 | 
|  
 | 
|    // The Display rotation and the ScreenInfo orientation are not the same
 | 
| 
 |