| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
|
| index 0aa00d82778c199cbb14e80d78fb7a7dd9ec4edd..08b33ec8916f4dc731d922f0254d42c8fdf93319 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
|
| @@ -29,13 +29,10 @@
|
| #include "bindings/core/v8/Nullable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace device {
|
| -class OrientationData;
|
| -}
|
| -
|
| namespace blink {
|
|
|
| class DeviceOrientationEventInit;
|
| +class WebDeviceOrientationData;
|
|
|
| class DeviceOrientationData final
|
| : public GarbageCollected<DeviceOrientationData> {
|
| @@ -46,7 +43,7 @@ class DeviceOrientationData final
|
| const Nullable<double>& gamma,
|
| bool absolute);
|
| static DeviceOrientationData* Create(const DeviceOrientationEventInit&);
|
| - static DeviceOrientationData* Create(const device::OrientationData&);
|
| + static DeviceOrientationData* Create(const WebDeviceOrientationData&);
|
| DEFINE_INLINE_TRACE() {}
|
|
|
| double Alpha() const;
|
|
|