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

Unified Diff: webkit/api/src/WebContextMenuClientImpl.cpp

Issue 332018: Initialize WebContextMenuData::mediaFlags. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/src/WebContextMenuClientImpl.cpp
diff --git a/webkit/api/src/WebContextMenuClientImpl.cpp b/webkit/api/src/WebContextMenuClientImpl.cpp
index e8c36c3335aa18794c4f36b4143f44749c393d79..2cb03d9ce029177218f332390adbd3c184b8e328 100644
--- a/webkit/api/src/WebContextMenuClientImpl.cpp
+++ b/webkit/api/src/WebContextMenuClientImpl.cpp
@@ -157,6 +157,7 @@ PlatformMenuDescription WebContextMenuClientImpl::getCustomMenuFromDefaultItems(
data.linkURL = r.absoluteLinkURL();
data.mediaType = WebContextMenuData::MediaTypeNone;
+ data.mediaFlags = WebContextMenuData::MediaNone;
if (!r.absoluteImageURL().isEmpty()) {
data.srcURL = r.absoluteImageURL();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698