| Index: webkit/glue/plugins/webplugin_delegate_impl.h
|
| diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h
|
| index 0d113caa9c487bec59df587c994efec57aa7df16..e624e6fd0492bd73ccf77911f11ec61483844475 100644
|
| --- a/webkit/glue/plugins/webplugin_delegate_impl.h
|
| +++ b/webkit/glue/plugins/webplugin_delegate_impl.h
|
| @@ -72,6 +72,7 @@ class WebPluginDelegateImpl : public webkit_glue::WebPluginDelegate {
|
| PLUGIN_QUIRK_ALWAYS_NOTIFY_SUCCESS = 4096, // Windows
|
| PLUGIN_QUIRK_ALLOW_FASTER_QUICKDRAW_PATH = 8192, // Mac
|
| PLUGIN_QUIRK_HANDLE_MOUSE_CAPTURE = 16384, // Windows
|
| + PLUGIN_QUIRK_WINDOWLESS_NO_RIGHT_CLICK = 32768, // Linux
|
| };
|
|
|
| static WebPluginDelegateImpl* Create(const FilePath& filename,
|
|
|