| 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)
|
| @@ -479,6 +479,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_;
|
|
|