diff options
Diffstat (limited to 'Source/WebCore/dom/DeviceMotionClient.h')
-rw-r--r-- | Source/WebCore/dom/DeviceMotionClient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/dom/DeviceMotionClient.h b/Source/WebCore/dom/DeviceMotionClient.h index 45bf11aea..34e28e2b2 100644 --- a/Source/WebCore/dom/DeviceMotionClient.h +++ b/Source/WebCore/dom/DeviceMotionClient.h @@ -30,6 +30,7 @@ namespace WebCore { class DeviceMotionController; class DeviceMotionData; +class Page; class DeviceMotionClient { public: @@ -41,6 +42,8 @@ public: virtual void deviceMotionControllerDestroyed() = 0; }; +void provideDeviceMotionTo(Page*, DeviceMotionClient*); + } // namespace WebCore #endif // DeviceMotionClient_h |