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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 1949023005: gpu: Add flag for enabling asynchronous worker context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fix Created 4 years, 7 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 | « cc/trees/layer_tree_settings.cc ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index 1f50394fb4981f9f4a54c571ef5ad3611d1b0fb1..014ca7513f0b625fa7a35ca76c97e6dede4c8337 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -82,6 +82,7 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kDisableCastStreamingHWEncoding,
::switches::kDisableDistanceFieldText,
::switches::kDisableGpu,
+ ::switches::kDisableGpuAsyncWorkerContext,
::switches::kDisableGpuMemoryBufferVideoFrames,
::switches::kDisableGpuShaderDiskCache,
::switches::kDisableGpuWatchdog,
@@ -102,6 +103,7 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kForceDisplayList2dCanvas,
::switches::kDisableGpuSandbox,
::switches::kEnableDistanceFieldText,
+ ::switches::kEnableGpuAsyncWorkerContext,
::switches::kEnableGpuMemoryBufferVideoFrames,
::switches::kEnableGpuRasterization,
::switches::kEnableImageColorProfiles,
« no previous file with comments | « cc/trees/layer_tree_settings.cc ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698