| Index: Source/web/tests/PinchViewportTest.cpp
|
| diff --git a/Source/web/tests/PinchViewportTest.cpp b/Source/web/tests/PinchViewportTest.cpp
|
| index 43d7148be00a7311e93fb5a853ecd52d2256dba9..3d720d7911459213dd50ad8f974be1e92a0f1186 100644
|
| --- a/Source/web/tests/PinchViewportTest.cpp
|
| +++ b/Source/web/tests/PinchViewportTest.cpp
|
| @@ -11,10 +11,10 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLBodyElement.h"
|
| #include "core/html/HTMLElement.h"
|
| +#include "core/input/EventHandler.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/LayoutView.h"
|
| #include "core/layout/compositing/DeprecatedPaintLayerCompositor.h"
|
| -#include "core/page/EventHandler.h"
|
| #include "core/page/Page.h"
|
| #include "platform/PlatformGestureEvent.h"
|
| #include "platform/geometry/DoublePoint.h"
|
|
|