Index: cc/base/switches.cc |
diff --git a/cc/base/switches.cc b/cc/base/switches.cc |
index be4a2c55adfbcb22214a0a92439f59da8fd112e2..4c011373b11258a4293f3e7121f47846ea1480ca 100644 |
--- a/cc/base/switches.cc |
+++ b/cc/base/switches.cc |
@@ -101,6 +101,9 @@ const char kUIShowCompositedLayerBorders[] = "ui-show-layer-borders"; |
const char kShowFPSCounter[] = "show-fps-counter"; |
const char kUIShowFPSCounter[] = "ui-show-fps-counter"; |
+// Renders a border that represents the bounding box for the layer's animation. |
+const char kShowLayerAnimationBounds[] = "show-layer-animation-bounds"; |
+ |
// Show rects in the HUD around layers whose properties have changed. |
const char kShowPropertyChangedRects[] = "show-property-changed-rects"; |
const char kUIShowPropertyChangedRects[] = "ui-show-property-changed-rects"; |