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

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

Issue 2642863002: Move geolocation timer to frame-specific TaskRunnerTimer. (Closed)
Patch Set: Use MiscPlatformAPI Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e254fe1eda3b0dac5b07298e5a61cafbba6a65d6..ee91c10adf5dc9eaba93f7e84898a4ca617c1dd9 100644
--- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
+++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
@@ -61,7 +61,7 @@ class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> {
Member<PositionCallback> m_successCallback;
Member<PositionErrorCallback> m_errorCallback;
const PositionOptions m_options;
- Timer<GeoNotifier> m_timer;
+ TaskRunnerTimer<GeoNotifier> m_timer;
Member<PositionError> m_fatalError;
bool m_useCachedPosition;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698