| Index: build/features_override.gypi
|
| ===================================================================
|
| --- build/features_override.gypi (revision 87339)
|
| +++ build/features_override.gypi (working copy)
|
| @@ -96,9 +96,12 @@
|
| 'feature_defines': [
|
| 'WTF_USE_ACCELERATED_COMPOSITING=1',
|
| 'ENABLE_3D_RENDERING=1',
|
| + ],
|
| + }],
|
| + ['use_accelerated_compositing==1 and OS!="mac"', {
|
| + 'feature_defines': [
|
| 'ENABLE_ACCELERATED_2D_CANVAS=1',
|
| ],
|
| - 'use_accelerated_compositing': 1,
|
| }],
|
| ['use_accelerated_compositing==1 and use_threaded_compositing==1', {
|
| 'feature_defines': [
|
|
|