| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 64abfec7cfcc7d228e4fe1ba8c3d6afe8e617240..bcb3de1b76e608cbc6b4b5fc2af982de21155444 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -252,6 +252,9 @@
|
| CONTENT_EXPORT extern const char kEnableWebRtcHWH264Encoding[];
|
| CONTENT_EXPORT extern const char kEnableWebRtcStunOrigin[];
|
| extern const char kWebRtcMaxCaptureFramerate[];
|
| +#if defined(OS_LINUX) || defined(OS_MACOSX)
|
| +CONTENT_EXPORT extern const char kEnableWebRtcCaptureToTexture[];
|
| +#endif
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|