| Index: sky/engine/web/WebInputEventConversion.h
|
| diff --git a/sky/engine/web/WebInputEventConversion.h b/sky/engine/web/WebInputEventConversion.h
|
| index 196b58e82c2d268ee5bcebad2bd5af14dbebc08e..d55bf62bcfd81d1566234a558a4001e7b7ad0c3f 100644
|
| --- a/sky/engine/web/WebInputEventConversion.h
|
| +++ b/sky/engine/web/WebInputEventConversion.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef WebInputEventConversion_h
|
| #define WebInputEventConversion_h
|
|
|
| -#include "platform/PlatformGestureEvent.h"
|
| -#include "platform/PlatformKeyboardEvent.h"
|
| -#include "platform/PlatformMouseEvent.h"
|
| -#include "platform/PlatformTouchEvent.h"
|
| -#include "platform/PlatformWheelEvent.h"
|
| -#include "public/web/WebInputEvent.h"
|
| +#include "sky/engine/platform/PlatformGestureEvent.h"
|
| +#include "sky/engine/platform/PlatformKeyboardEvent.h"
|
| +#include "sky/engine/platform/PlatformMouseEvent.h"
|
| +#include "sky/engine/platform/PlatformTouchEvent.h"
|
| +#include "sky/engine/platform/PlatformWheelEvent.h"
|
| +#include "sky/engine/public/web/WebInputEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|