diff options
Diffstat (limited to 'WebCore/plugins/PluginQuirkSet.h')
-rw-r--r-- | WebCore/plugins/PluginQuirkSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/plugins/PluginQuirkSet.h b/WebCore/plugins/PluginQuirkSet.h index e93f6e0..b652c6e 100644 --- a/WebCore/plugins/PluginQuirkSet.h +++ b/WebCore/plugins/PluginQuirkSet.h @@ -45,6 +45,7 @@ namespace WebCore { PluginQuirkDontClipToZeroRectWhenScrolling = 1 << 9, PluginQuirkDontSetNullWindowHandleOnDestroy = 1 << 10, PluginQuirkDontAllowMultipleInstances = 1 << 11, + PluginQuirkRequiresGtkToolKit = 1 << 12, }; class PluginQuirkSet { |