Chromium Code Reviews| Index: webkit/chaos/ChaosGeoposition.cpp |
| =================================================================== |
| --- webkit/chaos/ChaosGeoposition.cpp (revision 0) |
| +++ webkit/chaos/ChaosGeoposition.cpp (revision 0) |
| @@ -0,0 +1,10 @@ |
| +#include "ChaosCoordinates.h" |
| +#include "ChaosGeoposition.h" |
| + |
| +namespace WebCore { |
| + |
| +ChaosCoordinates *ChaosGeoposition::coords() const { |
| + return new ChaosCoordinates(1.234, 2.345, .00001); |
| +} |
| + |
| +} // namespace WebCore |