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

Unified Diff: content/common/frame_messages.h

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: Fixing rebase bug 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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index aebe97582a5bcbc7bf8ec4bc6a735c80c8dd4bfa..b86323c4c92953da790e1af8d1843ec987d716ef 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -164,6 +164,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::ContextMenuParams)
IPC_STRUCT_TRAITS_MEMBER(selection_end)
#endif
IPC_STRUCT_TRAITS_MEMBER(input_field_type)
+ IPC_STRUCT_TRAITS_MEMBER(selection_rect)
+ IPC_STRUCT_TRAITS_MEMBER(from_touch)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::CustomContextMenuContext)

Powered by Google App Engine
This is Rietveld 408576698