Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: tools/ipc_fuzzer/fuzzer/fuzzer.cc

Issue 2478423002: Rename SyntheticPointer to SyntheticPointerDriver (Closed)
Patch Set: rename Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/input/synthetic_pointer_action_params.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/fuzzer/fuzzer.cc
diff --git a/tools/ipc_fuzzer/fuzzer/fuzzer.cc b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
index d7ebc4f1b6db03fa52c5f1c091754a584d241c7f..1a290780436b91b07f9d65b322b3dfe811344527 100644
--- a/tools/ipc_fuzzer/fuzzer/fuzzer.cc
+++ b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
@@ -954,7 +954,8 @@ struct FuzzTraits<content::SyntheticGesturePacket> {
if (!FuzzParam(&index, fuzzer))
return false;
content::SyntheticPointerActionParams* params =
- new content::SyntheticPointerActionParams(action_type);
+ new content::SyntheticPointerActionParams();
+ params->set_pointer_action_type(action_type);
params->set_position(position);
params->set_index(index);
gesture_params.reset(params);
« no previous file with comments | « content/common/input/synthetic_pointer_action_params.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698