| Index: webkit/glue/webplugin_delegate.h
|
| diff --git a/webkit/glue/webplugin_delegate.h b/webkit/glue/webplugin_delegate.h
|
| index 92e4b42039b8cbab34031c9760a87f1d941eaf7b..c4d4005b70f26f84207fdc1f32ffd82aa9eb8741 100644
|
| --- a/webkit/glue/webplugin_delegate.h
|
| +++ b/webkit/glue/webplugin_delegate.h
|
| @@ -40,6 +40,7 @@ class WebPluginDelegate {
|
| PLUGIN_QUIRK_PATCH_SETCURSOR = 64, // Win32
|
| PLUGIN_QUIRK_BLOCK_NONSTANDARD_GETURL_REQUESTS = 128, // Win32
|
| PLUGIN_QUIRK_WINDOWLESS_OFFSET_WINDOW_TO_DRAW = 256, // Linux
|
| + PLUGIN_QUIRK_WINDOWLESS_INVALIDATE_AFTER_SET_WINDOW = 512, // Linux
|
| };
|
|
|
| WebPluginDelegate() {}
|
|
|