| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index a4a9694d86f5f28d9c19699065e101a78aeea5e5..b7728b7b5a8ea9b61124d38a3f8a9ab51b41c4c9 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -117,10 +117,6 @@
|
| #include "core/platform/Cursor.h"
|
| #include "core/platform/DragData.h"
|
| #include "core/platform/MIMETypeRegistry.h"
|
| -#include "core/platform/PlatformGestureEvent.h"
|
| -#include "core/platform/PlatformKeyboardEvent.h"
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| -#include "core/platform/PlatformWheelEvent.h"
|
| #include "core/platform/PopupMenuClient.h"
|
| #include "core/platform/chromium/ChromiumDataObject.h"
|
| #include "core/platform/chromium/KeyboardCodes.h"
|
| @@ -143,6 +139,10 @@
|
| #include "modules/geolocation/GeolocationController.h"
|
| #include "painting/ContinuousPainter.h"
|
| #include "platform/NotImplemented.h"
|
| +#include "platform/PlatformGestureEvent.h"
|
| +#include "platform/PlatformKeyboardEvent.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
| +#include "platform/PlatformWheelEvent.h"
|
| #include "platform/Timer.h"
|
| #include "platform/TraceEvent.h"
|
| #include "public/platform/Platform.h"
|
|
|