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

Unified Diff: media/base/media_switches.cc

Issue 2874063002: enable video blit color accuracy by default (Closed)
Patch Set: disable test on all platforms Created 3 years, 3 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index decaf349faab373934f2cc9d407fc2611aca5b09..10562c50cf55a74841009573ef0ee73e4bcad89b 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -256,7 +256,7 @@ const base::Feature kUseSurfaceLayerForVideo{"UseSurfaceLayerForVideo",
// Inform video blitter of video color space.
const base::Feature kVideoBlitColorAccuracy{"video-blit-color-accuracy",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
// Enables support for External Clear Key (ECK) key system for testing on
// supported platforms. On platforms that do not support ECK, this feature has

Powered by Google App Engine
This is Rietveld 408576698