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

Unified Diff: webkit/glue/context_menu.cc

Issue 6880275: Web Introducer overview Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 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 | « webkit/glue/context_menu.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/context_menu.cc
===================================================================
--- webkit/glue/context_menu.cc (revision 79632)
+++ webkit/glue/context_menu.cc (working copy)
@@ -14,7 +14,19 @@
} // namespace webkit_glue
-ContextMenuParams::ContextMenuParams() {
+ContextMenuParams::ContextMenuParams()
+ : media_type(WebKit::WebContextMenuData::MediaTypeNone),
+ x(0),
+ y(0),
+ media_flags(0),
+ spellcheck_enabled(false),
+ is_editable(false),
+#if defined(OS_MACOSX)
+ writing_direction_default(0),
+ writing_direction_left_to_right(0),
+ writing_direction_right_to_left(0),
+#endif // OS_MACOSX
+ edit_flags(0) {
}
ContextMenuParams::ContextMenuParams(const WebKit::WebContextMenuData& data)
« no previous file with comments | « webkit/glue/context_menu.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698