| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 90f4555379f4015b9cc5e61acfc0c1454187ea32..66d5a18d23137e988946039ad7f71dd067fbee03 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -364,6 +364,9 @@ const char kEnableLCDText[] = "enable-lcd-text";
|
| const char kEnableLayerSquashing[] =
|
| "enable-layer-squashing";
|
|
|
| +// Enable experimental container node culling.
|
| +const char kEnableContainerCulling[] = "enable-container-culling";
|
| +
|
| // Turns on extremely verbose logging of accessibility events.
|
| const char kEnableAccessibilityLogging[] = "enable-accessibility-logging";
|
|
|
|
|