diff options
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 6f2d9d7..888b0b8 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -254,7 +254,7 @@ # the 'conditions' clause. Initial attempts resulted in chromium and # webkit disagreeing on its setting. ['OS=="mac"', { - 'use_skia%': 0, + 'use_skia%': 1, # Mac uses clang by default, so turn on the plugin as well. 'clang_use_chrome_plugins%': 1, }, { |