| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 26d2d5abf932c469ba91cc77c5d5cc0c0fc26fae..82f5251fc8d1b9d856a5eb245751faf4a82fd699 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -367,7 +367,7 @@ const char kEnableLayerSquashing[] =
|
| // Turns on extremely verbose logging of accessibility events.
|
| const char kEnableAccessibilityLogging[] = "enable-accessibility-logging";
|
|
|
| -// Use a BeginImplFrame signal from browser to renderer to schedule rendering.
|
| +// Use a BeginFrame signal from browser to renderer to schedule rendering.
|
| const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling";
|
|
|
| // Enables browser plugin for all types of pages.
|
|
|