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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 7395020: Create new GLSurface for cross process image transport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698