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

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

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: Fix various tests Created 4 years, 3 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
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 694fc099377006d403d28a802deca67ed0d151a6..6260ef1efe8709cb40da3078fd4e6a3c779d7ef8 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -152,9 +152,7 @@ static const char* const kSwitchNames[] = {
switches::kOzonePlatform,
#endif
#if defined(USE_X11) && !defined(OS_CHROMEOS)
- switches::kWindowDepth,
switches::kX11Display,
- switches::kX11VisualID,
#endif
switches::kGpuTestingGLVendor,
switches::kGpuTestingGLRenderer,

Powered by Google App Engine
This is Rietveld 408576698