| Index: sky/engine/public/platform/WebTouchPoint.h
|
| diff --git a/sky/engine/public/web/WebTouchPoint.h b/sky/engine/public/platform/WebTouchPoint.h
|
| similarity index 89%
|
| rename from sky/engine/public/web/WebTouchPoint.h
|
| rename to sky/engine/public/platform/WebTouchPoint.h
|
| index ac946064d7eab35a2e295fd4c913a5c219d4198b..38db55002084c0401f08a15323d5106dad1ea20b 100644
|
| --- a/sky/engine/public/web/WebTouchPoint.h
|
| +++ b/sky/engine/public/platform/WebTouchPoint.h
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTOUCHPOINT_H_
|
| -#define SKY_ENGINE_PUBLIC_WEB_WEBTOUCHPOINT_H_
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBTOUCHPOINT_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBTOUCHPOINT_H_
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebFloatPoint.h"
|
| +#include "sky/engine/public/platform/WebCommon.h"
|
| +#include "sky/engine/public/platform/WebFloatPoint.h"
|
|
|
| namespace blink {
|
|
|
| @@ -70,4 +70,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_PUBLIC_WEB_WEBTOUCHPOINT_H_
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBTOUCHPOINT_H_
|
|
|