WebKit/mac/WebCoreSupport/WebGeolocationControllerClient.h
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
    37     WebView *webView() { return m_webView; }
    37     WebView *webView() { return m_webView; }
    38 
    38 
    39     void geolocationDestroyed();
    39     void geolocationDestroyed();
    40     void startUpdating();
    40     void startUpdating();
    41     void stopUpdating();
    41     void stopUpdating();
       
    42     void setEnableHighAccuracy(bool) { }
    42 
    43 
    43     WebCore::GeolocationPosition* lastPosition();
    44     WebCore::GeolocationPosition* lastPosition();
    44 
    45 
    45 private:
    46 private:
    46     WebView *m_webView;
    47     WebView *m_webView;