Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 9da3c1d4a69f0c23f1e73464c612401a2ab0ef4f..bd856fe489586fa4363a02eac82f383cd4aa67c4 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -274,6 +274,10 @@ CONTENT_EXPORT extern const char kDisableVaapiAcceleratedVideoEncode[]; |
CONTENT_EXPORT extern const char kEnableSpeechDispatcher[]; |
#endif |
+#if defined(OS_MACOSX) |
+extern const char kEnableThreadedEventHandlingMac[]; |
+#endif |
Avi (use Gerrit)
2014/10/21 00:03:53
Why not include this in the #if defined(OS_MACOSX)
ccameron
2014/10/21 00:14:46
Done.
|
+ |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
extern const char kDisableCoreAnimationPlugins[]; |
#endif |