| Index: ui/gfx/win/display_info.cc
|
| diff --git a/ui/gfx/win/display_info.cc b/ui/gfx/win/display_info.cc
|
| index 4d65d912a58b1ea42be9461a99e0d648fac61f53..1a99ed60cadf16c4ccfc1c2f3a74e9a1a0b399fa 100644
|
| --- a/ui/gfx/win/display_info.cc
|
| +++ b/ui/gfx/win/display_info.cc
|
| @@ -46,9 +46,9 @@ DisplayInfo::DisplayInfo(const MONITORINFOEX& monitor_info,
|
| float device_scale_factor,
|
| gfx::Display::Rotation rotation)
|
| : id_(DeviceIdFromDeviceName(monitor_info.szDevice)),
|
| + rotation_(rotation),
|
| screen_rect_(monitor_info.rcMonitor),
|
| screen_work_rect_(monitor_info.rcWork),
|
| - rotation_(rotation),
|
| device_scale_factor_(device_scale_factor) {}
|
|
|
| // static
|
|
|