Index: cc/base/switches.cc |
diff --git a/cc/base/switches.cc b/cc/base/switches.cc |
index 0db73b16b7b3f83bd00243ac2475f8d4d4328279..62dd3266c1e07288d054cf3a6a828907294d194d 100644 |
--- a/cc/base/switches.cc |
+++ b/cc/base/switches.cc |
@@ -102,6 +102,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"; |