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

Unified Diff: build/args/blimp_engine.gn

Issue 1867093002: Add support for defaulting to low quality image interpolation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make default value of use_low_quality_image_interpolation = is_android Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/blimp_engine.gn
diff --git a/build/args/blimp_engine.gn b/build/args/blimp_engine.gn
index ef990cd607a75e97786346cb10c5b1d2a0a22e64..b2abe14d06bcfb6bcdee6fadc5eedb6a2c2ceb1c 100644
--- a/build/args/blimp_engine.gn
+++ b/build/args/blimp_engine.gn
@@ -10,6 +10,7 @@
use_aura = true
use_ozone = true
metrics_use_blimp = true
+use_low_quality_image_interpolation = true
# Not available within docker container.
use_alsa = false
« no previous file with comments | « no previous file | third_party/WebKit/Source/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698