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_; |