| Index: Source/modules/device_orientation/NewDeviceOrientationController.h
|
| diff --git a/Source/modules/device_orientation/NewDeviceOrientationController.h b/Source/modules/device_orientation/NewDeviceOrientationController.h
|
| index 0dbabb80cc3a589a56d13db1cba95c09bd4cbf9b..1b95938138a633b05fbaa5d54319c468ab84fe19 100644
|
| --- a/Source/modules/device_orientation/NewDeviceOrientationController.h
|
| +++ b/Source/modules/device_orientation/NewDeviceOrientationController.h
|
| @@ -54,6 +54,7 @@ private:
|
|
|
| virtual bool hasLastData() OVERRIDE;
|
| virtual PassRefPtr<Event> getLastEvent() OVERRIDE;
|
| + virtual bool isNullEvent(Event*) OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|