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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2795703002: ui: Add debug flag to show composited layer borders in ChromeOS UI. (Closed)
Patch Set: add debug border bitset 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 01081dfa3c51b068687e20163c994d3edb4367d1..57c4307bd4fede14c590cb3a53a3405abfcef973 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -749,6 +749,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[] =

Powered by Google App Engine
This is Rietveld 408576698