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

Unified Diff: third_party/WebKit/Source/modules/geolocation/GeoNotifier.h

Issue 2809783004: Revert of Geolocation: rename Geoposition to Position to follow Spec (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
diff --git a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
index 976aca8559151d7808e6165d3700eea874a9e732..67f02775c9377adbd11ce3b9f258207a49017aa5 100644
--- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
+++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
@@ -14,7 +14,7 @@
namespace blink {
class Geolocation;
-class Position;
+class Geoposition;
class PositionError;
class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> {
@@ -40,7 +40,7 @@
// an interval of 0.
void SetUseCachedPosition();
- void RunSuccessCallback(Position*);
+ void RunSuccessCallback(Geoposition*);
void RunErrorCallback(PositionError*);
void StartTimer();
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/BUILD.gn ('k') | third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698