summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/PluginQuirkSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/PluginQuirkSet.h')
-rw-r--r--WebCore/plugins/PluginQuirkSet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/plugins/PluginQuirkSet.h b/WebCore/plugins/PluginQuirkSet.h
index 7f52f6a..1a684fe 100644
--- a/WebCore/plugins/PluginQuirkSet.h
+++ b/WebCore/plugins/PluginQuirkSet.h
@@ -47,7 +47,8 @@ namespace WebCore {
PluginQuirkDontAllowMultipleInstances = 1 << 11,
PluginQuirkRequiresGtkToolKit = 1 << 12,
PluginQuirkRequiresDefaultScreenDepth = 1 << 13,
- PluginQuirkDontCallSetWindowMoreThanOnce = 1 << 14
+ PluginQuirkDontCallSetWindowMoreThanOnce = 1 << 14,
+ PluginQuirkIgnoreRightClickInWindowlessMode = 1 << 15
};
class PluginQuirkSet {