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

Unified Diff: content/utility/utility_thread_impl.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/utility/utility_thread_impl.cc
===================================================================
--- content/utility/utility_thread_impl.cc (revision 126124)
+++ content/utility/utility_thread_impl.cc (working copy)
@@ -137,10 +137,11 @@
// On Linux, some plugins expect the browser to have loaded glib/gtk. Do that
// before attempting to call into the plugin.
#if defined(TOOLKIT_USES_GTK)
- if (!g_thread_get_initialized()) {
+ gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
+ /*if (!g_thread_get_initialized()) {
g_thread_init(NULL);
Elliot Glaysher 2012/03/28 17:49:00 Same thing here.
gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
- }
+ }*/
#endif
for (size_t i = 0; i < plugin_paths.size(); ++i) {

Powered by Google App Engine
This is Rietveld 408576698