| Index: device/generic_sensor/public/interfaces/sensor.mojom
|
| diff --git a/device/generic_sensor/public/interfaces/sensor.mojom b/device/generic_sensor/public/interfaces/sensor.mojom
|
| index be7150150a4f1a947941a0334358384508e09cd8..3a6bfb530c90bf3d9b12c931b8d1eb922e3a61fe 100644
|
| --- a/device/generic_sensor/public/interfaces/sensor.mojom
|
| +++ b/device/generic_sensor/public/interfaces/sensor.mojom
|
| @@ -14,7 +14,8 @@ enum SensorType {
|
| GYROSCOPE,
|
| MAGNETOMETER,
|
| PRESSURE,
|
| - LAST = PRESSURE // Note: LAST is also equal to the types count.
|
| + ABSOLUTE_ORIENTATION,
|
| + LAST = ABSOLUTE_ORIENTATION // Note: LAST is also equal to the types count.
|
| };
|
|
|
| // Reporting mode supported by the Sensor.
|
|
|