| Index: content/common/gpu/client/gl_helper_unittest.cc
|
| diff --git a/content/common/gpu/client/gl_helper_unittest.cc b/content/common/gpu/client/gl_helper_unittest.cc
|
| index 38b45cef1403b394f49489ca14812dd7f47aef96..9e7af8ca44e808cf0bafda99aa12bc4a66cb4cb5 100644
|
| --- a/content/common/gpu/client/gl_helper_unittest.cc
|
| +++ b/content/common/gpu/client/gl_helper_unittest.cc
|
| @@ -39,10 +39,6 @@
|
| #include "base/mac/scoped_nsautorelease_pool.h"
|
| #endif
|
|
|
| -#if defined(TOOLKIT_GTK)
|
| -#include "ui/gfx/gtk_util.h"
|
| -#endif
|
| -
|
| namespace content {
|
|
|
| using blink::WebGLId;
|
| @@ -1671,9 +1667,6 @@ int main(int argc, char** argv) {
|
| #if defined(OS_MACOSX)
|
| base::mac::ScopedNSAutoreleasePool pool;
|
| #endif
|
| -#if defined(TOOLKIT_GTK)
|
| - gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
|
| -#endif
|
| gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess());
|
|
|
| content::UnitTestTestSuite runner(suite);
|
|
|