#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_INPUT_SYNTHETIC_WEB_INPUT_EVENT_BUILDERS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_INPUT_SYNTHETIC_WEB_INPUT_EVENT_BUILDERS_H_
#include "base/time/time.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/common/input/web_gesture_event.h"
#include "third_party/blink/public/common/input/web_input_event.h"
#include "third_party/blink/public/common/input/web_keyboard_event.h"
#include "third_party/blink/public/common/input/web_mouse_wheel_event.h"
#include "third_party/blink/public/common/input/web_touch_event.h"
#include "ui/events/types/scroll_types.h"
namespace blink {
class BLINK_COMMON_EXPORT SyntheticWebMouseEventBuilder { … };
class BLINK_COMMON_EXPORT SyntheticWebMouseWheelEventBuilder { … };
class BLINK_COMMON_EXPORT SyntheticWebGestureEventBuilder { … };
class BLINK_COMMON_EXPORT SyntheticWebTouchEvent : public blink::WebTouchEvent { … };
}
#endif