| Index: sky/engine/public/platform/WebInputEvent.h
|
| diff --git a/sky/engine/public/web/WebInputEvent.h b/sky/engine/public/platform/WebInputEvent.h
|
| similarity index 97%
|
| rename from sky/engine/public/web/WebInputEvent.h
|
| rename to sky/engine/public/platform/WebInputEvent.h
|
| index b09967716e121907fa59496fc73516166087b019..58d15cd2679fd46732c930e09b3cce10567cc760 100644
|
| --- a/sky/engine/public/web/WebInputEvent.h
|
| +++ b/sky/engine/public/platform/WebInputEvent.h
|
| @@ -28,15 +28,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
|
| -#define SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
|
| -
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebGestureDevice.h"
|
| -#include "../platform/WebRect.h"
|
| -#include "sky/engine/public/web/WebTouchPoint.h"
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBINPUTEVENT_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBINPUTEVENT_H_
|
|
|
| #include <string.h>
|
| +#include "sky/engine/public/platform/WebCommon.h"
|
| +#include "sky/engine/public/platform/WebGestureDevice.h"
|
| +#include "sky/engine/public/platform/WebRect.h"
|
| +#include "sky/engine/public/platform/WebTouchPoint.h"
|
|
|
| namespace blink {
|
|
|
| @@ -517,4 +516,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBINPUTEVENT_H_
|
|
|