| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 31a0a37f7b3af0cf4ede9b3ea4679f2ff98a1210..f45cdcbd62ce4110380a97b6fd470ed1ae568357 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -274,6 +274,9 @@ CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
|
| CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
|
| CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
|
|
|
| +CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[];
|
| +CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
|
| +
|
| } // namespace switches
|
|
|
| #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
|
|
|