| Index: Source/core/frame/DeviceSensorEventController.h
|
| diff --git a/Source/core/frame/DeviceSensorEventController.h b/Source/core/frame/DeviceSensorEventController.h
|
| index b3ed0e4001c7338632ac8643bdd632590b3d5c71..88ff19e5ab4ad9def41b8d2b7e82af297e5cdf4a 100644
|
| --- a/Source/core/frame/DeviceSensorEventController.h
|
| +++ b/Source/core/frame/DeviceSensorEventController.h
|
| @@ -53,12 +53,12 @@ protected:
|
| virtual bool isNullEvent(Event*) = 0;
|
| virtual Document* document() = 0;
|
|
|
| + // Inherited from PageLifecycleObserver.
|
| + virtual void pageVisibilityChanged() OVERRIDE;
|
| +
|
| bool m_hasEventListener;
|
|
|
| private:
|
| - // Inherited from PageLifecycleObserver.
|
| - virtual void pageVisibilityChanged() OVERRIDE FINAL;
|
| -
|
| void fireDeviceEvent(Timer<DeviceSensorEventController>*);
|
|
|
| bool m_isActive;
|
|
|