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

Unified Diff: content/gpu/gpu_main.cc

Issue 10078018: Final(?) eradications of GDK / GTK from the GPU process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
« base/message_pump_gtk.cc ('K') | « base/message_pump_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_main.cc
===================================================================
--- content/gpu/gpu_main.cc (revision 133023)
+++ content/gpu/gpu_main.cc (working copy)
@@ -62,9 +62,6 @@
#elif defined(USE_X11)
ui::SetDefaultX11ErrorHandlers();
#endif
-#if defined(TOOLKIT_GTK)
- gfx::GdkInitFromCommandLine(*CommandLine::ForCurrentProcess());
-#endif
}
// Initialization of the OpenGL bindings may fail, in which case we
« base/message_pump_gtk.cc ('K') | « base/message_pump_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698