Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: build/config/ui.gni

Issue 2748533002: Remove ui_compositor_image_transport, it has no effect. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698