| Index: build/config/ui.gni
|
| diff --git a/build/config/ui.gni b/build/config/ui.gni
|
| index 3ec1e508e237e7d3460d915fb6ea2a4a283b8997..f25133c9b8d2fe07745f9feb45157dcf8376c8ab 100644
|
| --- a/build/config/ui.gni
|
| +++ b/build/config/ui.gni
|
| @@ -44,9 +44,6 @@ if (is_linux) {
|
| use_pango = false
|
| }
|
|
|
| -# Indicates if the UI toolkit depends on GTK.
|
| -toolkit_uses_gtk = is_linux && !is_chromeos && !use_aura && !use_ozone
|
| -
|
| # 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
|
|
|