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

Unified Diff: chrome/browser/about_flags.cc

Issue 1063493002: cc: Remove all traces of synchronous GPU rasterization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 9 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') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0729f766854a7c17557c76acd2e268f047e176bc..ca824f1a05127e50143b711d63fe82853e0ba6b6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -779,15 +779,6 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kEnableGpuRasterizationChoices)
},
{
- "enable-threaded-gpu-rasterization",
- IDS_FLAGS_ENABLE_THREADED_GPU_RASTERIZATION_NAME,
- IDS_FLAGS_ENABLE_THREADED_GPU_RASTERIZATION_DESCRIPTION,
- kOsAll,
- ENABLE_DISABLE_VALUE_TYPE(
- switches::kEnableThreadedGpuRasterization,
- switches::kDisableThreadedGpuRasterization)
- },
- {
"gpu-rasterization-msaa-sample-count",
IDS_FLAGS_GPU_RASTERIZATION_MSAA_SAMPLE_COUNT_NAME,
IDS_FLAGS_GPU_RASTERIZATION_MSAA_SAMPLE_COUNT_DESCRIPTION,
« no previous file with comments | « cc/trees/layer_tree_settings.cc ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698