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

Unified Diff: Source/modules/geolocation/GeofencingRegion.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/GeofencingRegion.h
diff --git a/Source/modules/geolocation/GeofencingRegion.h b/Source/modules/geolocation/GeofencingRegion.h
index 6a0256ee8f88fb666deb74fde13a0d42473bca39..225947b72301a82ef9424ce6f7764e162d21010a 100644
--- a/Source/modules/geolocation/GeofencingRegion.h
+++ b/Source/modules/geolocation/GeofencingRegion.h
@@ -18,6 +18,8 @@ public:
String id() const { return m_id; }
+ virtual bool isCircularRegion() const { return false; }
Michael van Ouwerkerk 2014/07/15 18:04:41 This seems to violate basic object oriented design
+
virtual void trace(Visitor*) { }
protected:

Powered by Google App Engine
This is Rietveld 408576698