| Index: ui/aura/screen_aura.cc | 
| diff --git a/ui/aura/screen_aura.cc b/ui/aura/screen_aura.cc | 
| index 16d13673f7629b7847164e35276e9a69c32d474d..c8d64ca2411d4d56984a8b8c14594dae8838a85e 100644 | 
| --- a/ui/aura/screen_aura.cc | 
| +++ b/ui/aura/screen_aura.cc | 
| @@ -55,4 +55,12 @@ gfx::Rect ScreenAura::GetWorkAreaBounds() { | 
| return bounds; | 
| } | 
|  | 
| +gfx::Size ScreenAura::GetPrimaryMonitorSizeImpl() { | 
| +  return GetMonitorWorkAreaNearestPoint(gfx::Point()).size(); | 
| +} | 
| + | 
| +int ScreenAura::GetNumMonitorsImpl() { | 
| +  return 1; | 
| +} | 
| + | 
| }  // namespace aura | 
|  |