| Index: Source/platform/geometry/FloatPoint3D.h
|
| diff --git a/Source/core/platform/graphics/FloatPoint3D.h b/Source/platform/geometry/FloatPoint3D.h
|
| similarity index 98%
|
| rename from Source/core/platform/graphics/FloatPoint3D.h
|
| rename to Source/platform/geometry/FloatPoint3D.h
|
| index 2a136c9ea488bc786089906c959003013a2b7bf2..3ef5432dac956706d62a9029bd5e39f9fb458a0d 100644
|
| --- a/Source/core/platform/graphics/FloatPoint3D.h
|
| +++ b/Source/platform/geometry/FloatPoint3D.h
|
| @@ -23,7 +23,7 @@
|
| #ifndef FloatPoint3D_h
|
| #define FloatPoint3D_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
|
|
| namespace WebCore {
|
|
|
|
|