mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 165669.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@902 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -15,8 +15,11 @@
|
||||
|
||||
class CefBrowserImpl;
|
||||
class CefGeolocationCallbackImpl;
|
||||
|
||||
namespace content {
|
||||
class GeolocationProvider;
|
||||
struct Geoposition;
|
||||
}
|
||||
|
||||
namespace WebKit {
|
||||
class WebGeolocationController;
|
||||
@@ -28,7 +31,7 @@ class WebGeolocationPosition;
|
||||
// Delegate for Geolocation messages used by WebKit.
|
||||
class CefGeolocationClient
|
||||
: public WebKit::WebGeolocationClient,
|
||||
public GeolocationObserver,
|
||||
public content::GeolocationObserver,
|
||||
public base::RefCountedThreadSafe<CefGeolocationClient> {
|
||||
public:
|
||||
explicit CefGeolocationClient(CefBrowserImpl* browser);
|
||||
@@ -83,7 +86,7 @@ class CefGeolocationClient
|
||||
// The following members are only accessed on the IO thread.
|
||||
|
||||
// Only set whilst we are registered with the arbitrator.
|
||||
GeolocationProvider* location_provider_;
|
||||
content::GeolocationProvider* location_provider_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(CefGeolocationClient);
|
||||
};
|
||||
|
Reference in New Issue
Block a user