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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2612023002: cc: Implement overdraw feedback debugging feature. (Closed)
Patch Set: tracing cleanup Created 3 years, 11 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 80d4e57899856bfc668f41b4d9fd7ca536c64036..100bc59e1c5ad474bb3030bc057b86a23d152b77 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5484,6 +5484,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_GL_COMPOSITED_TEXTURE_QUAD_BORDERS_DESCRIPTION" desc="Description of the 'Composited layer borders' lab.">
Renders a border around GL composited texture quads to help debug and study overlay support.
</message>
+ <message name="IDS_FLAGS_SHOW_OVERDRAW_FEEDBACK" desc="Name of the 'Overdraw feedback' lab.">
+ Show overdraw feedback
+ </message>
+ <message name="IDS_FLAGS_SHOW_OVERDRAW_FEEDBACK_DESCRIPTION" desc="Description of the 'Overdraw feedback' lab.">
+ Visualize overdraw by color-coding elements based on if they have other elements drawn underneath.
+ </message>
<message name="IDS_FLAGS_DEBUG_SHORTCUTS_NAME" desc="Name of the 'Debugging keyboard shortcuts' lab.">
Debugging keyboard shortcuts
</message>
@@ -5910,6 +5916,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_UI_SLOW_ANIMATIONS_DESCRIPTION" desc="Description for the flag that enables slow UI animations.">
Makes all UI animations slow.
</message>
+ <message name="IDS_FLAGS_UI_PARTIAL_SWAP_NAME" desc="Name for the flag that sets partial swap behavior.">
+ Partial swap
+ </message>
+ <message name="IDS_FLAGS_UI_PARTIAL_SWAP_DESCRIPTION" desc="Description for the flag that sets partial swap behavior.">
+ Sets partial swap behavior.
+ </message>
<message name="IDS_FLAGS_ASH_TEXT_FILTERING_IN_OVERVIEW_MODE_NAME" desc="Title for the flag for window filtering in overview mode by inputing text">
Text filtering in Overview Mode
</message>

Powered by Google App Engine
This is Rietveld 408576698