Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index cbc45e8c05ebc702cf56c45b0b528273a0ba835d..db3a1e33d9db33479fed6bb39c3bfe114002f5f0 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -821,6 +821,24 @@ extern const char kUiSlowAnimationsName[]; |
// Description for the flag that enables slow UI animations. |
extern const char kUiSlowAnimationsDescription[]; |
+// Name for the flag to show UI composited layer borders. |
+extern const char kUiShowCompositedLayerBordersName[]; |
+ |
+// Description for the flag to show UI composited layer borders. |
+extern const char kUiShowCompositedLayerBordersDescription[]; |
+ |
+// Description for the flag to show UI composited renderpass layer borders. |
+extern const char kUiShowCompositedLayerBordersRenderpass[]; |
+ |
+// Description for the flag to show UI composited surface layer borders. |
+extern const char kUiShowCompositedLayerBordersSurface[]; |
+ |
+// Description for the flag to show UI composited layer borders. |
+extern const char kUiShowCompositedLayerBordersLayer[]; |
+ |
+// Description for the flag to show all UI composited layer borders. |
+extern const char kUiShowCompositedLayerBordersAll[]; |
+ |
#endif // defined(USE_ASH) |
// Title for the flag for latest (non-experimental) JavaScript fatures |