| Index: third_party/WebKit/Source/modules/device_orientation/DeviceRotationRateInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceRotationRateInit.idl b/third_party/WebKit/Source/modules/device_orientation/DeviceRotationRateInit.idl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f8b992813c53d0749c58421f4beff399e2335dd8
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceRotationRateInit.idl
|
| @@ -0,0 +1,11 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// https://w3c.github.io/deviceorientation/spec-source-orientation.html#devicemotion
|
| +
|
| +dictionary DeviceRotationRateInit {
|
| + double? alpha = null;
|
| + double? beta = null;
|
| + double? gamma = null;
|
| +};
|
|
|