#include "third_party/blink/renderer/core/highlight/highlight_pointer_event.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_highlight_pointer_event_init.h"
namespace blink {
HighlightPointerEvent::HighlightPointerEvent(
const AtomicString& type,
const HighlightPointerEventInit* initializer,
base::TimeTicks platform_time_stamp,
MouseEvent::SyntheticEventType synthetic_event_type,
WebMenuSourceType menu_source_type)
: … { … }
bool HighlightPointerEvent::IsHighlightPointerEvent() const { … }
void HighlightPointerEvent::Trace(blink::Visitor* visitor) const { … }
}