summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebCoreSupport/WebGeolocationClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebCoreSupport/WebGeolocationClient.h')
-rw-r--r--WebKit/mac/WebCoreSupport/WebGeolocationClient.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/WebKit/mac/WebCoreSupport/WebGeolocationClient.h b/WebKit/mac/WebCoreSupport/WebGeolocationClient.h
index 5ea3369..b8e7b87 100644
--- a/WebKit/mac/WebCoreSupport/WebGeolocationClient.h
+++ b/WebKit/mac/WebCoreSupport/WebGeolocationClient.h
@@ -26,7 +26,8 @@
#import <WebCore/GeolocationClient.h>
namespace WebCore {
- class GeolocationPosition;
+class Geolocation;
+class GeolocationPosition;
}
@class WebView;
@@ -43,6 +44,9 @@ public:
WebCore::GeolocationPosition* lastPosition();
+ void requestPermission(WebCore::Geolocation*);
+ void cancelPermissionRequest(WebCore::Geolocation*) { };
+
private:
WebView *m_webView;
};