WebCore/page/GeolocationControllerClient.h
changeset 2 303757a437d3
parent 0 4f2f89ce4247
--- a/WebCore/page/GeolocationControllerClient.h	Fri Sep 17 09:02:29 2010 +0300
+++ b/WebCore/page/GeolocationControllerClient.h	Mon Oct 04 01:32:07 2010 +0300
@@ -36,6 +36,11 @@
 
     virtual void startUpdating() = 0;
     virtual void stopUpdating() = 0;
+    // FIXME: The V2 Geolocation specification proposes that this property is
+    // renamed. See http://www.w3.org/2008/geolocation/track/issues/6
+    // We should update WebKit to reflect this if and when the V2 specification
+    // is published.
+    virtual void setEnableHighAccuracy(bool) = 0;
     virtual GeolocationPosition* lastPosition() = 0;
 
 protected: