| Index: content/browser/devtools/protocol/input_handler.cc
|
| diff --git a/content/browser/devtools/protocol/input_handler.cc b/content/browser/devtools/protocol/input_handler.cc
|
| index c6b7acd11557b9ad1008252f98e39392d0ace581..fd29a38657625ccfcbc36233a6b6538d76556438 100644
|
| --- a/content/browser/devtools/protocol/input_handler.cc
|
| +++ b/content/browser/devtools/protocol/input_handler.cc
|
| @@ -365,7 +365,7 @@ Response InputHandler::EmulateTouchFromMouseEvent(const std::string& type,
|
| if (!GetMouseEventButton(button, &event_button, &button_modifiers))
|
| return Response::InvalidParams("Invalid mouse button");
|
|
|
| - ui::ScopedWebInputEvent event;
|
| + blink::WebScopedInputEvent event;
|
| blink::WebMouseWheelEvent* wheel_event = nullptr;
|
| blink::WebMouseEvent* mouse_event = nullptr;
|
| if (type == Input::EmulateTouchFromMouseEvent::TypeEnum::MouseWheel) {
|
|
|