Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6a0205ba0767f7e43ae4030da92b2c0447624dc0..300bd808389046a69510f280c5201e37f247fb93 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -302,7 +302,7 @@ |
# PPAPI by default does not support plugins making calls off the main |
# thread. Set to 1 to turn on experimental support for out-of-process |
# plugins to make call of the main thread. |
- 'enable_pepper_threading%': 0, |
+ 'enable_pepper_threading%': 1, |
# Enables use of the session service, which is enabled by default. |
# Support for disabling depends on the platform. |