Chromium Code Reviews| Index: content/plugin/plugin_thread.cc |
| =================================================================== |
| --- content/plugin/plugin_thread.cc (revision 126124) |
| +++ content/plugin/plugin_thread.cc (working copy) |
| @@ -82,7 +82,7 @@ |
| { |
| // XEmbed plugins assume they are hosted in a Gtk application, so we need |
| // to initialize Gtk in the plugin process. |
| - g_thread_init(NULL); |
| + //g_thread_init(NULL); |
|
Elliot Glaysher
2012/03/28 17:49:00
This is a longer term thing to fix. As is, please
|
| // Flash has problems receiving clicks with newer GTKs due to the |
| // client-side windows change. To be safe, we just always set the |