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

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

Issue 2809843002: Geolocation: rename Geoposition to Position to follow Spec (Closed)
Patch Set: position-string-expected.txt 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 67f02775c9377adbd11ce3b9f258207a49017aa5..976aca8559151d7808e6165d3700eea874a9e732 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 Geoposition;
+class Position;
class PositionError;
class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> {
@@ -40,7 +40,7 @@ class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> {
// an interval of 0.
void SetUseCachedPosition();
- void RunSuccessCallback(Geoposition*);
+ void RunSuccessCallback(Position*);
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