| Index: third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp b/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| index 0ae61f0ebd041bb458c94b3741d1adb4fec722c1..6b2484d970cf9016ec83497edf0fc34b7360b94f 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| @@ -5,7 +5,9 @@
|
| #include "public/platform/WebCoalescedInputEvent.h"
|
|
|
| #include "public/platform/WebGestureEvent.h"
|
| +#include "public/platform/WebKeyboardEvent.h"
|
| #include "public/platform/WebMouseWheelEvent.h"
|
| +#include "public/platform/WebTouchEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|