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

Unified Diff: webkit/glue/plugins/webplugin_delegate_impl_mac.mm

Issue 340050: Add the plumbing and test code for plugins opening files from the sandbox. Th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « webkit/glue/plugins/webplugin_delegate_impl.h ('k') | webkit/glue/plugins/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugin_delegate_impl_mac.mm
===================================================================
--- webkit/glue/plugins/webplugin_delegate_impl_mac.mm (revision 30698)
+++ webkit/glue/plugins/webplugin_delegate_impl_mac.mm (working copy)
@@ -102,12 +102,12 @@
parent_(containing_view),
qd_world_(0),
quirks_(0),
+ null_event_factory_(this),
+ last_mouse_x_(0),
+ last_mouse_y_(0),
handle_event_depth_(0),
user_gesture_message_posted_(this),
- user_gesture_msg_factory_(this),
- null_event_factory_(this),
- last_mouse_x_(0),
- last_mouse_y_(0) {
+ user_gesture_msg_factory_(this) {
memset(&window_, 0, sizeof(window_));
#ifndef NP_NO_QUICKDRAW
memset(&qd_port_, 0, sizeof(qd_port_));
« no previous file with comments | « webkit/glue/plugins/webplugin_delegate_impl.h ('k') | webkit/glue/plugins/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698