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

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: more deleted code 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 75833e5d2013da08e9ffacd5859b94f44b3ab49e..393071c584b815703c59c40761c46cdb7cd74950 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -763,15 +763,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)
- },
- {
"enable-slimming-paint",
IDS_FLAGS_ENABLE_SLIMMING_PAINT_NAME,
IDS_FLAGS_ENABLE_SLIMMING_PAINT_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698