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

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

Issue 2481973002: gl_context_glx: add workaround to create default context (Closed)
Patch Set: Created 4 years, 1 month 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 | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | gpu/config/gpu_driver_bug_list_json.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 faa4ebd939e945a5b7905f53cb25a3ff2c88983f..cedcbf4e629a746265962a8c95d4945e15da5567 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -106,6 +106,7 @@ namespace {
// Command-line switches to propagate to the GPU process.
static const char* const kSwitchNames[] = {
+ switches::kCreateDefaultGLContext,
switches::kDisableAcceleratedVideoDecode,
switches::kDisableBreakpad,
switches::kDisableGpuSandbox,
@@ -158,8 +159,7 @@ static const char* const kSwitchNames[] = {
switches::kGpuTestingGLVendor,
switches::kGpuTestingGLRenderer,
switches::kGpuTestingGLVersion,
- switches::kDisableGpuDriverBugWorkarounds
-};
+ switches::kDisableGpuDriverBugWorkarounds};
enum GPUProcessLifetimeEvent {
LAUNCHED,
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698