| Index: build/config/ui.gni
|
| diff --git a/build/config/ui.gni b/build/config/ui.gni
|
| index 926c0d06b88192f26820804e9a4a3e268855a774..dc0b862ed6a194d310161eaca06211bb97d0b4eb 100644
|
| --- a/build/config/ui.gni
|
| +++ b/build/config/ui.gni
|
| @@ -53,10 +53,6 @@ declare_args() {
|
| #
|
| # These variables depend on other variables and can't be set externally.
|
|
|
| -# 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
|
| -
|
| # Indicates if the UI toolkit depends on X11.
|
| use_x11 = is_linux && !use_ozone
|
|
|
|
|