Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index aef75bfb539509cbdd295f436a99061fc9aafc26..a0b920cf9d7571bfb1e2e7b4c2861c2cc3883d92 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -290,6 +290,7 @@ CONTENT_EXPORT extern const char kEnableSpeechDispatcher[]; |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
extern const char kDisableCoreAnimationPlugins[]; |
extern const char kDisableThreadedEventHandlingMac[]; |
+CONTENT_EXPORT extern const char kDisableVTAcceleratedVideoEncode[]; |
#endif |
#if defined(OS_WIN) |