Chromium Code Reviews| Index: content/browser/device_sensors/sensor_manager_chromeos.cc |
| diff --git a/content/browser/device_sensors/sensor_manager_chromeos.cc b/content/browser/device_sensors/sensor_manager_chromeos.cc |
| index 97dc8fbcbc624ba5e005042398a508bd9229ebee..3544749d6e498f7ea837aacaaccaaa81b41a20b0 100644 |
| --- a/content/browser/device_sensors/sensor_manager_chromeos.cc |
| +++ b/content/browser/device_sensors/sensor_manager_chromeos.cc |
| @@ -69,7 +69,6 @@ void SensorManagerChromeOS::StartFetchingDeviceOrientationData( |
| // No compass information, so we cannot provide absolute orientation. |
| orientation_buffer_->seqlock.WriteBegin(); |
| orientation_buffer_->data.absolute = false; |
| - orientation_buffer_->data.hasAbsolute = true; |
|
philipj_slow
2016/02/26 03:54:01
At least ChromeOS looks simple.
timvolodine
2016/03/01 22:36:25
;)
|
| orientation_buffer_->seqlock.WriteEnd(); |
| if (!motion_buffer_) |