diff options
Diffstat (limited to 'WebKit/chromium/features.gypi')
| -rw-r--r-- | WebKit/chromium/features.gypi | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/WebKit/chromium/features.gypi b/WebKit/chromium/features.gypi index df277d6..900bb7a 100644 --- a/WebKit/chromium/features.gypi +++ b/WebKit/chromium/features.gypi @@ -40,6 +40,8 @@ # features_override.gypi inline documentation for more details. 'feature_defines': [ 'ENABLE_3D_CANVAS=1', + 'ENABLE_3D_RENDERING=1', + 'ENABLE_ACCELERATED_2D_CANVAS=1', 'ENABLE_BLOB=1', 'ENABLE_BLOB_SLICE=1', 'ENABLE_CHANNEL_MESSAGING=1', @@ -84,15 +86,7 @@ 'ENABLE_XHR_RESPONSE_BLOB=1', 'ENABLE_XPATH=1', 'ENABLE_XSLT=1', - ], - - 'conditions': [ - ['OS=="win" or OS=="linux" or OS=="mac"', { - 'feature_defines': [ - 'WTF_USE_ACCELERATED_COMPOSITING=1', - 'ENABLE_3D_RENDERING=1', - ], - }], + 'WTF_USE_ACCELERATED_COMPOSITING=1', ], 'use_accelerated_compositing%': 1, |
