Index: modules/geofencing/CircularGeofencingRegionInit.idl |
diff --git a/core/frame/ScrollOptions.idl b/modules/geofencing/CircularGeofencingRegionInit.idl |
similarity index 51% |
copy from core/frame/ScrollOptions.idl |
copy to modules/geofencing/CircularGeofencingRegionInit.idl |
index 8a2af31d66e7b464aa35db1f38b595118844445b..4abc4861a1b92f22074a9232ebdd8e38378cc931 100644 |
--- a/core/frame/ScrollOptions.idl |
+++ b/modules/geofencing/CircularGeofencingRegionInit.idl |
@@ -2,10 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Spec: Non-standard |
+// FIXME: Add the spec URL. |
-[ |
- GarbageCollected |
-] dictionary ScrollOptions { |
- DOMString behavior; |
+dictionary CircularGeofencingRegionInit { |
+ DOMString? id = null; |
+ double latitude; |
+ double longitude; |
+ double radius; |
}; |