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

Unified Diff: public/web/WebGeolocationController.h

Issue 490143002: Move GeolocationClient to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Provide default empty impl of WebGeolocationClient::geolocationDestroyed() virtual Created 6 years, 4 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
« public/web/WebGeolocationClient.h ('K') | « public/web/WebGeolocationClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebGeolocationController.h
diff --git a/public/web/WebGeolocationController.h b/public/web/WebGeolocationController.h
index 96ca9e8dabd4a89f636b2fed3af275c8280fe897..2c36720737245a97c68e03921431323a3e4c0181 100644
--- a/public/web/WebGeolocationController.h
+++ b/public/web/WebGeolocationController.h
@@ -48,7 +48,7 @@ public:
{
}
- blink::GeolocationController* controller() const { return m_private; }
+ GeolocationController* controller() const { return m_private; }
#endif
private:
@@ -56,6 +56,8 @@ private:
// can be created by the consumers of Chromium WebKit.
WebGeolocationController();
+ // This bare pointer is owned and kept alive by the frame of the
+ // WebLocalFrame which creates this controller object.
GeolocationController* m_private;
};
« public/web/WebGeolocationClient.h ('K') | « public/web/WebGeolocationClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698