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

Unified Diff: content/public/common/context_menu_params.cc

Issue 678653003: Remove Downcasting RVContextMenuBase in ContextMenuDeleagate implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync @toot Created 6 years, 2 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/public/common/context_menu_params.cc
diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
index 54b48c20815d8d8e7106176c84d30a7bd72f2bcc..154ad4c2cf14b90da0d6a679b69077b3c57cc8c6 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -18,6 +18,8 @@ ContextMenuParams::ContextMenuParams()
: media_type(blink::WebContextMenuData::MediaTypeNone),
x(0),
y(0),
+ screen_x(0),
+ screen_y(0),
has_image_contents(true),
media_flags(0),
misspelling_hash(0),
« content/public/common/context_menu_params.h ('K') | « content/public/common/context_menu_params.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698