| Index: Source/modules/device_orientation/DeviceOrientationEvent.h
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.h b/Source/modules/device_orientation/DeviceOrientationEvent.h
|
| index 34e8aa67ebdcb2801d1f735e2b293d3327568d01..c00a85c5e035ae1edabb25ad1e400b00d6d8fc55 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationEvent.h
|
| +++ b/Source/modules/device_orientation/DeviceOrientationEvent.h
|
| @@ -46,7 +46,7 @@ public:
|
| return adoptRefWillBeNoop(new DeviceOrientationEvent(eventType, orientation));
|
| }
|
|
|
| - void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*);
|
| + void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, double* alpha, double* beta, double* gamma, bool* absolute);
|
|
|
| DeviceOrientationData* orientation() const { return m_orientation.get(); }
|
|
|
|
|