| Index: services/ui/ws/drag_controller_unittest.cc
|
| diff --git a/services/ui/ws/drag_controller_unittest.cc b/services/ui/ws/drag_controller_unittest.cc
|
| index 4714ebea85db706e94169abbacfba97a42ec856d..7bc192c0509df509588cc75162b9abb99bf4e1ef 100644
|
| --- a/services/ui/ws/drag_controller_unittest.cc
|
| +++ b/services/ui/ws/drag_controller_unittest.cc
|
| @@ -155,7 +155,7 @@ class DragControllerTest : public testing::Test,
|
| window->PerformOnDragDropStart(
|
| std::unordered_map<std::string, std::vector<uint8_t>>());
|
| drag_operation_ = base::MakeUnique<DragController>(
|
| - this, this, window->window(), window, PointerEvent::kMousePointerId,
|
| + this, this, window->window(), window, MouseEvent::kMousePointerId,
|
| std::unordered_map<std::string, std::vector<uint8_t>>(),
|
| drag_operations);
|
|
|
| @@ -627,7 +627,7 @@ TEST_F(DragControllerTest, CancelDrag) {
|
|
|
| TEST_F(DragControllerTest, IgnoreEventsFromOtherPointers) {
|
| std::unique_ptr<DragTestWindow> window = BuildWindow();
|
| - // This starts the operation with PointerEvent::kMousePointerId.
|
| + // This starts the operation with MouseEvent::kMousePointerId.
|
| StartDragOperation(window.get(), ui::mojom::kDropEffectMove);
|
|
|
| // Ignore events from pointer 5.
|
|
|