summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/MockGeolocationService.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/MockGeolocationService.h')
-rwxr-xr-xWebCore/platform/MockGeolocationService.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/MockGeolocationService.h b/WebCore/platform/MockGeolocationService.h
index 2f190e6..6cb2493 100755
--- a/WebCore/platform/MockGeolocationService.h
+++ b/WebCore/platform/MockGeolocationService.h
@@ -47,6 +47,7 @@ class MockGeolocationService : public GeolocationService {
virtual ~MockGeolocationService();
virtual bool startUpdating(PositionOptions*);
+ virtual void stopUpdating();
static void setPosition(PassRefPtr<Geoposition> position);
static void setError(PassRefPtr<PositionError> position);
@@ -70,6 +71,8 @@ class MockGeolocationService : public GeolocationService {
static RefPtr<PositionError>* s_lastError;
Timer<MockGeolocationService> m_timer;
+
+ bool m_isActive;
};
} // namespace WebCore