| Index: Source/modules/vibration/NavigatorVibration.h
|
| diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h
|
| index 2d3b40f58667251fca97b2be454884e3c0e516e6..91c21572e8e3a91ee77f730ec252135d620e0b12 100644
|
| --- a/Source/modules/vibration/NavigatorVibration.h
|
| +++ b/Source/modules/vibration/NavigatorVibration.h
|
| @@ -28,6 +28,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class Frame;
|
| class Navigator;
|
|
|
| class NavigatorVibration
|
| @@ -45,6 +46,7 @@ public:
|
|
|
| // Inherited from PageLifecycleObserver
|
| virtual void pageVisibilityChanged() OVERRIDE;
|
| + virtual void didCommitLoad(Frame*) OVERRIDE;
|
|
|
| static bool vibrate(Navigator*, unsigned time);
|
| static bool vibrate(Navigator*, const VibrationPattern&);
|
|
|