diff options
Diffstat (limited to 'build/common.gypi')
-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 cdd3d18..e31c095 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, }, { |