Index: tools/ipc_fuzzer/mutate/generate.cc |
diff --git a/tools/ipc_fuzzer/mutate/generate.cc b/tools/ipc_fuzzer/mutate/generate.cc |
index e1fa59cd3f40194146da58b5ad896ea9b8e73ec5..aa4b09b6b8d828291721403513e5e15f4c3fb7f6 100644 |
--- a/tools/ipc_fuzzer/mutate/generate.cc |
+++ b/tools/ipc_fuzzer/mutate/generate.cc |
@@ -1009,10 +1009,9 @@ struct GenerateTraits<content::SyntheticGesturePacket> { |
gesture_params.reset(params); |
break; |
} |
- case content::SyntheticGestureParams::GestureType:: |
- SMOOTH_MOUSE_DRAG_GESTURE: { |
- content::SyntheticSmoothMouseDragGestureParams* params = |
- new content::SyntheticSmoothMouseDragGestureParams(); |
+ case content::SyntheticGestureParams::GestureType::SMOOTH_DRAG_GESTURE: { |
+ content::SyntheticSmoothDragGestureParams* params = |
+ new content::SyntheticSmoothDragGestureParams(); |
if (!GenerateParam(¶ms->start_point, generator)) |
return false; |
if (!GenerateParam(¶ms->distances, generator)) |