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

Unified Diff: webkit/plugins/npapi/webplugin_delegate_impl.h

Issue 7054068: Make sandboxed Flash work under UIPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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: webkit/plugins/npapi/webplugin_delegate_impl.h
===================================================================
--- webkit/plugins/npapi/webplugin_delegate_impl.h (revision 87939)
+++ webkit/plugins/npapi/webplugin_delegate_impl.h (working copy)
@@ -351,6 +351,7 @@
// receives a WM_LBUTTONDOWN/WM_RBUTTONDOWN message via NPP_HandleEvent.
HWND dummy_window_for_activation_;
+ HWND parent_proxy_window_;
bool CreateDummyWindowForActivation();
// Returns true if the event passed in needs to be tracked for a potential
@@ -479,6 +480,9 @@
// This flag indicates whether we started tracking a user gesture message.
bool user_gesture_message_posted_;
+ // Flag indicates this is the built-in Flash plugin.
+ bool is_builtin_flash_;
+
// Runnable Method Factory used to invoke the OnUserGestureEnd method
// asynchronously.
ScopedRunnableMethodFactory<WebPluginDelegateImpl> user_gesture_msg_factory_;

Powered by Google App Engine
This is Rietveld 408576698