Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index 3e37d2d5fcf4625bccb034edd106e3071ea191bf..c9030d1155dfae5be82ad0bccbf2ee2b03a26c04 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -47,6 +47,12 @@ if (is_linux) { |
| use_pango = false |
| } |
| +if(is_android){ |
|
brettw
2014/07/23 20:50:32
use_canvas_skia is only ever used once in the enti
zhaoze.zhou
2014/07/24 14:28:45
Hi, I am not clear what you mean. Do you mean I ne
|
| + use_canvas_skia = false |
| +} else { |
| + use_canvas_skia = true |
| +} |
| + |
| # Use GPU accelerated cross process image transport by default on linux builds |
| # with the Aura window manager. |
| ui_compositor_image_transport = use_aura && is_linux |