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

Unified Diff: chrome/browser/about_flags.cc

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: Created 3 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 6ebb3ea2912a6189672500d07426fa9894e0d524..9e93bee72cbe17d0928ff3946b4497f64957d6de 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1095,11 +1095,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kDisplayList2dCanvasDescription, kOsAll,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableDisplayList2dCanvas,
switches::kDisableDisplayList2dCanvas)},
- {"enable-canvas-2d-dynamic-rendering-mode-switching",
- flag_descriptions::kEnable2dCanvasDynamicRenderingModeSwitchingName,
- flag_descriptions::kEnable2dCanvasDynamicRenderingModeSwitchingDescription,
- kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableCanvas2dDynamicRenderingModeSwitching)},
{"composited-layer-borders", flag_descriptions::kCompositedLayerBordersName,
flag_descriptions::kCompositedLayerBordersDescription, kOsAll,
SINGLE_VALUE_TYPE(cc::switches::kShowCompositedLayerBorders)},

Powered by Google App Engine
This is Rietveld 408576698