diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h')
-rw-r--r-- | Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h b/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h index f8c191790..581ae0472 100644 --- a/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h +++ b/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h @@ -26,7 +26,7 @@ #ifndef WKGeolocationManager_h #define WKGeolocationManager_h -#include <WebKit2/WKBase.h> +#include <WebKit/WKBase.h> #ifdef __cplusplus extern "C" { @@ -61,17 +61,6 @@ typedef struct WKGeolocationProviderV1 { WKGeolocationProviderSetEnableHighAccuracyCallback setEnableHighAccuracy; } WKGeolocationProviderV1; -enum { kWKGeolocationProviderCurrentVersion WK_ENUM_DEPRECATED("Use an explicit version number instead") = 1 }; -typedef struct WKGeolocationProvider { - int version; - const void * clientInfo; - WKGeolocationProviderStartUpdatingCallback startUpdating; - WKGeolocationProviderStopUpdatingCallback stopUpdating; - - // Version 1. - WKGeolocationProviderSetEnableHighAccuracyCallback setEnableHighAccuracy; -} WKGeolocationProvider WK_DEPRECATED("Use an explicit versioned struct instead"); - WK_EXPORT WKTypeID WKGeolocationManagerGetTypeID(); |