Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(938)

Unified Diff: content/public/common/content_switches.h

Issue 671533003: Add a flag to enable impl-thread event handling on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698