Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 791cc70e29e8c30c901cfc3311baf34a3da15915..1b95179dbd862b1ca5b44aee20c19061316f0173 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -940,9 +940,14 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher"; |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
// Disables support for Core Animation plugins. This is triggered when |
-// accelerated compositing is disabled. See http://crbug.com/122430 . |
+// accelerated compositing is disabled. See http://crbug.com/122430. |
const char kDisableCoreAnimationPlugins[] = |
"disable-core-animation-plugins"; |
+ |
+// Allows input events to be handed on the compositor thread. |
+// This feature is under development, see http://crbug.com/138003. |
+extern const char kEnableThreadedEventHandlingMac[] = |
+ "enable-threaded-event-handling-mac"; |
#endif |
#if defined(OS_WIN) |