Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1087)

Unified Diff: Source/modules/geolocation/CircularRegion.h

Issue 393533002: Pass through the geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@geofencing2
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/geolocation/CircularRegion.h
diff --git a/Source/modules/geolocation/CircularRegion.h b/Source/modules/geolocation/CircularRegion.h
index c84392ef6dc4163a25b8600e953bebf90d760abc..45d1d53db63e9bab936cf17378f150c9765de49e 100644
--- a/Source/modules/geolocation/CircularRegion.h
+++ b/Source/modules/geolocation/CircularRegion.h
@@ -31,6 +31,8 @@ public:
double longitude() const { return m_longitude; }
double radius() const { return m_radius; }
+ virtual bool isCircularRegion() const OVERRIDE { return true; }
+
virtual void trace(Visitor* visitor) OVERRIDE { GeofencingRegion::trace(visitor); }
private:
« no previous file with comments | « no previous file | Source/modules/geolocation/GeofencingController.h » ('j') | Source/modules/geolocation/GeofencingRegion.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698