diff options
Diffstat (limited to 'WebCore/page/GeolocationController.h')
-rw-r--r-- | WebCore/page/GeolocationController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/page/GeolocationController.h b/WebCore/page/GeolocationController.h index 2d8106d..7db1951 100644 --- a/WebCore/page/GeolocationController.h +++ b/WebCore/page/GeolocationController.h @@ -48,6 +48,9 @@ public: void addObserver(Geolocation*, bool enableHighAccuracy); void removeObserver(Geolocation*); + void requestPermission(Geolocation*); + void cancelPermissionRequest(Geolocation*); + void positionChanged(GeolocationPosition*); void errorOccurred(GeolocationError*); |