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

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

Issue 2808763009: Allow content embedder to set a cursor for RenderWidgetHost (Closed)
Patch Set: comment Created 3 years, 8 months 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/renderer/cursor_utils.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 4120c545313a7ba8139a7c862b72691cee1f2adb..ad0b28c95bfb430f573c34a7e118242bdc9b507f 100644
--- a/tools/ipc_fuzzer/fuzzer/fuzzer.cc
+++ b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
@@ -809,7 +809,7 @@ struct FuzzTraits<content::SyntheticGesturePacket> {
template <>
struct FuzzTraits<content::WebCursor> {
static bool Fuzz(content::WebCursor* p, Fuzzer* fuzzer) {
- content::WebCursor::CursorInfo info;
+ content::CursorInfo info;
p->GetCursorInfo(&info);
// |type| enum is not validated on de-serialization, so pick random value.
« no previous file with comments | « content/renderer/cursor_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698