diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-20 22:29:42 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-20 22:29:42 +0000 |
commit | 93df9c4e0accc274dd90dde249224be03ed27e98 (patch) | |
tree | 302dd9fdc5814d4be0a45c25d4849207a5f2fdb9 /content | |
parent | c5d3ad11efe12e907e0089c4547c13d9bf862a9b (diff) | |
download | chromium_src-93df9c4e0accc274dd90dde249224be03ed27e98.zip chromium_src-93df9c4e0accc274dd90dde249224be03ed27e98.tar.gz chromium_src-93df9c4e0accc274dd90dde249224be03ed27e98.tar.bz2 |
Final(?) eradications of GDK / GTK from the GPU process.
TBR=darin
Review URL: https://chromiumcodereview.appspot.com/10078018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/gpu/gpu_main.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc index 661dcb2..816bb39 100644 --- a/content/gpu/gpu_main.cc +++ b/content/gpu/gpu_main.cc @@ -34,10 +34,6 @@ #include "ui/base/x/x11_util.h" #endif -#if defined(TOOLKIT_GTK) -#include "ui/gfx/gtk_util.h" -#endif - #if defined(OS_LINUX) #include "content/public/common/sandbox_init.h" #endif @@ -62,9 +58,6 @@ int GpuMain(const content::MainFunctionParams& parameters) { #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 |