Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: content/plugin/plugin_thread.cc

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698