diff options
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r-- | content/public/common/content_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 30c6f6b..8ea70fd 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -344,7 +344,7 @@ const char kEnableAcceleratedScrollableFrames[] = // Turns on extremely verbose logging of accessibility events. const char kEnableAccessibilityLogging[] = "enable-accessibility-logging"; -// Use a begin frame signal from browser to renderer to schedule rendering. +// Use a BeginImplFrame signal from browser to renderer to schedule rendering. const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling"; // Enables browser plugin for all types of pages. |