| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 1f7197ce3c74f9c5b87fbfc55e5eb976d97d6e60..ae02ba3ac2ddb5ffd55b8feb6ed456650c49af52 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -199,6 +199,13 @@ CONTENT_EXPORT extern const char kFixedPositionCreatesStackingContext[];
|
|
|
| extern const char kEnableVisualWordMovement[];
|
|
|
| +#if defined(OS_ANDROID)
|
| +extern const char kGraphicsMode[];
|
| +// Not actual flags, just values: for example, --graphics-mode=compositor
|
| +extern const char kGraphicsModeValueBasic[];
|
| +extern const char kGraphicsModeValueCompositor[];
|
| +#endif
|
| +
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| extern const char kScrollPixels[];
|
| #endif
|
|
|