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

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

Issue 1411913010: Propagate drag-and-drop key modifiers to WebView's guest renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/public/common/drop_data.cc
diff --git a/content/public/common/drop_data.cc b/content/public/common/drop_data.cc
index 5f9466b39bf33f4f64f7cb80ebe29785db56e719..0d269a48713ea152e710c36a50ad9bdfa8002425 100644
--- a/content/public/common/drop_data.cc
+++ b/content/public/common/drop_data.cc
@@ -8,6 +8,7 @@ namespace content {
DropData::DropData()
: did_originate_from_renderer(false),
+ key_modifiers(0),
referrer_policy(blink::WebReferrerPolicyDefault) {}
DropData::~DropData() {

Powered by Google App Engine
This is Rietveld 408576698