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

Unified Diff: media/base/media_switches.cc

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Replaces VideoLayer with SurfaceLayer. Created 3 years, 6 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 53b635b1ab4ae331bf4939fb47dbec4e7ca87593..897bb240ff52f448c538d1cb377667c4031d7555 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -243,6 +243,10 @@ const base::Feature kUseNewMediaCache{"use-new-media-cache",
const base::Feature kVideoColorManagement{"video-color-management",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Use SurfaceLayer instead of VideoLayer.
+const base::Feature kVideoSurface{"video-surface",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Inform video blitter of video color space.
const base::Feature kVideoBlitColorAccuracy{"video-blit-color-accuracy",
base::FEATURE_DISABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698