summaryrefslogtreecommitdiffstats
path: root/WebCore/page/GeolocationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/GeolocationController.h')
-rw-r--r--WebCore/page/GeolocationController.h3
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*);