| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 079cab7db223d1d8d52f6decc20a1fe870f0b1da..5c41bee47d44973f52899f90ad35c50fd6543237 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -49,6 +49,7 @@ CONTENT_EXPORT extern const char kDisableFlashStage3d[];
|
| CONTENT_EXPORT extern const char kDisableGpu[];
|
| CONTENT_EXPORT extern const char kDisableGpuCompositing[];
|
| CONTENT_EXPORT extern const char kDisableGpuEarlyInit[];
|
| +CONTENT_EXPORT extern const char kDisableGpuMemoryBufferCompositorResources[];
|
| CONTENT_EXPORT extern const char kDisableGpuMemoryBufferVideoFrames[];
|
| extern const char kDisableGpuProcessCrashLimit[];
|
| CONTENT_EXPORT extern const char kDisableGpuRasterization[];
|
|
|