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

Unified Diff: media/base/media_switches.cc

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Addresses comment #13. 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 d7cada6dbdbbe728c68164eb66ced519f90b9c40..040f3e43f282dff1915d4c63a881e938d05d2909 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",
liberato (no reviews please) 2017/06/30 22:27:16 probably want to remove this in favor of the one t
CJ 2017/06/30 23:38:14 Done.
+ 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