| Index: content/common/input/synthetic_pointer_action_params.h
|
| diff --git a/content/common/input/synthetic_pointer_action_params.h b/content/common/input/synthetic_pointer_action_params.h
|
| index ba0c2addd6ac6339d849ccf91e7be7a527e02ed4..970cc8c480f52653d792e2e1b4b4d1531a38653b 100644
|
| --- a/content/common/input/synthetic_pointer_action_params.h
|
| +++ b/content/common/input/synthetic_pointer_action_params.h
|
| @@ -10,6 +10,7 @@
|
| #include "content/common/input/input_param_traits.h"
|
| #include "content/common/input/synthetic_gesture_params.h"
|
| #include "content/common/input/synthetic_web_input_event_builders.h"
|
| +#include "third_party/WebKit/public/platform/WebTouchEvent.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
|
|
| namespace ipc_fuzzer {
|
| @@ -100,4 +101,4 @@ struct CONTENT_EXPORT SyntheticPointerActionParams {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_INPUT_SYNTHETIC_POINTER_ACTION_PARAMS_H_
|
| +#endif // CONTENT_COMMON_INPUT_SYNTHETIC_POINTER_ACTION_PARAMS_H_
|
|
|