Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 9d89186b5de8b18fbe70f6630d1c5b7e0c010a54..40588751924e317558d083a071a14ec54a6cec31 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -143,8 +143,7 @@ |
| }], |
| ['use_aura==1 or (OS!="win" and OS!="mac" and OS!="ios" and OS!="android")', { |
| - # TODO(sky): make this 1 when corresponding webkit pieces land. |
| - 'use_default_render_theme%': 0, |
| + 'use_default_render_theme%': 1, |
| }, { |
| 'use_default_render_theme%': 0, |
| }], |