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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2141793002: Improving canvas 2D performance by switching graphics rendering pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b3c9b5e45debe7353755bccd5386fe912c2c9951..7f6d7f404728a546dec01478f32352c33d100b84 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5438,6 +5438,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_DISPLAY_LIST_2D_CANVAS_DESCRIPTION" desc="Description of the 'Enable display list 2D canvas' lab.">
Enables the use of display lists to record 2D canvas commands. This allows 2D canvas rasterization to be performed on separate thread.
</message>
+ <message name="IDS_FLAGS_ENABLE_2D_CANVAS_DYNAMIC_PIPELINE_MODE_NAME" desc="Enable canvas 2D dynamic pipeline switching mode.">
Justin Novosad 2016/07/12 19:31:23 name -> IDS_FLAGS_ENABLE_2D_CANVAS_DYNAMIC_RENDERI
sebastienlc 2016/07/13 19:51:02 Done.
+ Enable canvas 2D dynamic pipeline switching mode
+ </message>
+ <message name="IDS_FLAGS_ENABLE_2D_CANVAS_DYNAMIC_PIPELINE_MODE_DESCRIPTION" desc="Description of 'Enable canvas 2D dynamic pipeline switching mode'">
Justin Novosad 2016/07/12 19:31:23 Same here.
sebastienlc 2016/07/13 19:51:02 Done.
+ Enables dynamic graphics rendering pipeline switching in the 2D canvas to increase performance.
Justin Novosad 2016/07/12 19:31:23 (...) to optimize performance based on the types o
sebastienlc 2016/07/13 19:51:02 Done.
+ </message>
<message name="IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_NAME" desc="Name of the 'Experimental Extension APIs' lab.">
Experimental Extension APIs
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698