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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2795703002: ui: Add debug flag to show composited layer borders in ChromeOS UI. (Closed)
Patch Set: nits Created 3 years, 8 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/renderer/gpu/render_widget_compositor.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 7ebc199b9a1bef44b28e2d68895ed390fd5c05f3..ebf0726efb8930ee9157ba3ba3a2225b93d38601 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -755,6 +755,20 @@ const char kUiSlowAnimationsName[] = "Slow UI animations";
const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
+const char kUiShowCompositedLayerBordersName[] =
+ "Show UI composited layer borders";
+
+const char kUiShowCompositedLayerBordersDescription[] =
+ "Show border around composited layers created by UI.";
+
+const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
+
+const char kUiShowCompositedLayerBordersSurface[] = "Surface";
+
+const char kUiShowCompositedLayerBordersLayer[] = "Layer";
+
+const char kUiShowCompositedLayerBordersAll[] = "All";
+
#endif // defined(USE_ASH)
const char kJavascriptHarmonyShippingName[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698