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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: fix test failure 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index f88968b87677b2e093fec0b550230a23bf1d74d7..7106274b866bd006a0f9ff6d4fd042c224c29e30 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[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698