chromium/pdf/test/mouse_event_builder.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "pdf/test/mouse_event_builder.h"

#include "base/check.h"
#include "base/notreached.h"
#include "third_party/blink/public/common/input/web_input_event.h"
#include "third_party/blink/public/common/input/web_mouse_event.h"
#include "third_party/blink/public/common/input/web_pointer_properties.h"
#include "ui/gfx/geometry/point_f.h"

namespace chrome_pdf {

MouseEventBuilder::MouseEventBuilder() = default;

MouseEventBuilder::~MouseEventBuilder() = default;

blink::WebMouseEvent MouseEventBuilder::Build() const {}

}  // namespace chrome_pdf