Disable Skia on Mac until we resolve http://code.google.com/p/chromium/issues/detail?id=98079
('Unable to see any "TEXT' in chrome browser.') Review URL: http://codereview.chromium.org/8054015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102944 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -225,7 +225,7 @@
|
||||
# the 'conditions' clause. Initial attempts resulted in chromium and
|
||||
# webkit disagreeing on its setting.
|
||||
['OS=="mac"', {
|
||||
'use_skia%': 1,
|
||||
'use_skia%': 0,
|
||||
# Mac uses clang by default, so turn on the plugin as well.
|
||||
'clang_use_chrome_plugins%': 1,
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user