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

Unified Diff: chrome/browser/flag_descriptions.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/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index af8b38ede4704bcf3ab0f057ce3e4340a090d51a..60ce9cacdea52d665d9c96de210578df89e182ed 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -371,17 +371,6 @@ const char kDisplayList2dCanvasDescription[] =
"Enables the use of display lists to record 2D canvas commands. This "
"allows 2D canvas rasterization to be performed on separate thread.";
-const char kEnable2dCanvasDynamicRenderingModeSwitchingName[] =
- "Enable 2D canvas dynamic rendering mode switching.";
-
-const char kEnable2dCanvasDynamicRenderingModeSwitchingDescription[] =
- "There are multiple implementations of the graphics rendering pipeline "
- "for the 2D canvas. These different implementations have different "
- "performance characteristics. Turning on this flag allows canvas 2D "
- "contexts to switch between these implementations on the fly based on "
- "how the canvas is used in order to increase performance. For example, "
- "going from an implementation that uses the GPU to one that doesn't.";
-
const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
const char kExperimentalExtensionApisDescription[] =

Powered by Google App Engine
This is Rietveld 408576698