| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 3b3fc5c4f263b4ab68c9198ca3a3381d08bc856f..e689b077681789f0fb310f7e64b33c6b53f77a53 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -270,15 +270,6 @@ bool GpuProcessHost::Init() {
|
| if (!CreateChannel())
|
| return false;
|
|
|
| -#if defined(TOUCH_UI)
|
| - if (CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| - switches::kUseGL) != gfx::kGLImplementationEGLName) {
|
| - LOG(ERROR) << "GPU process needs EGL_KHR_image_pixmap extension. "
|
| - << "Try --use-gl=egl on the command line.";
|
| - return false;
|
| - }
|
| -#endif
|
| -
|
| if (in_process_) {
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kDisableGpuWatchdog);
|
|
|