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

Unified Diff: third_party/WebKit/Source/modules/geolocation/PositionCallback.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/PositionCallback.h
diff --git a/third_party/WebKit/Source/modules/geolocation/PositionCallback.h b/third_party/WebKit/Source/modules/geolocation/PositionCallback.h
index a7548513bdeeaba812069b6284594a099801c486..db0614ec9185b1639ee948aa9a79dc0c0b6f413b 100644
--- a/third_party/WebKit/Source/modules/geolocation/PositionCallback.h
+++ b/third_party/WebKit/Source/modules/geolocation/PositionCallback.h
@@ -30,13 +30,13 @@
namespace blink {
-class Position;
+class Geoposition;
class PositionCallback : public GarbageCollectedFinalized<PositionCallback> {
public:
virtual ~PositionCallback() {}
DEFINE_INLINE_VIRTUAL_TRACE() {}
- virtual void handleEvent(Position*) = 0;
+ virtual void handleEvent(Geoposition*) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698