2 // FIXME: seems to me I shouldn't have to include this
3 #include "ChaosGeolocation.h"
4
5 namespace WebCore {
6
7 class ChaosGeolocation;
8
9 class Chaos : public RefCounted<Chaos> {
10 public:
11 ChaosGeolocation *geolocation() const;
12 private:
13 mutable RefPtr<ChaosGeolocation> geolocation_;
14 };
15
16 } // namespace WebCore
OLD
NEW
« no previous file with comments
|
« no previous file
|
webkit/chaos/Chaos.cpp » ('j')
|
no next file with comments »
Issue 149391: Chaos Demo
Created 11 years, 5 months ago by Ben Laurie
Modified 9 years, 7 months ago
Reviewers:
Base URL: http://src.chromium.org/svn/trunk/src/
Comments: 0