| Index: third_party/WebKit/Source/modules/sensor/AccelerometerOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorOptions.idl b/third_party/WebKit/Source/modules/sensor/AccelerometerOptions.idl
|
| similarity index 55%
|
| copy from third_party/WebKit/Source/modules/sensor/SensorOptions.idl
|
| copy to third_party/WebKit/Source/modules/sensor/AccelerometerOptions.idl
|
| index 8ea653015a3d12a8948f19f98b72c05296e3163a..d65dc7aa2ff86eeca837337894fb08c42121f604 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/AccelerometerOptions.idl
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| // Specification at:
|
| -// https://w3c.github.io/sensors/#dictdef-sensoroptions
|
| +// https://w3c.github.io/accelerometer/#accelerometer-options-dictionary
|
|
|
| -dictionary SensorOptions {
|
| - double? frequency;
|
| +dictionary AccelerometerOptions : SensorOptions {
|
| + boolean includeGravity = true;
|
| };
|
|
|