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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 1254613003: Let the WebMediaPlayer decide whether to use overlay video. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address Xianzhu's Comments Created 5 years, 4 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 | « Source/core/layout/compositing/GraphicsLayerTreeBuilder.cpp ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/RuntimeEnabledFeatures.in
diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
index dc03fb7c0c51da0469e84a9dda701946969778c1..8f14a7dc2666417282c4db25e76d5e10af453a8b 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -104,7 +104,11 @@ NotificationExperimental status=test
Notifications status=stable
OrientationEvent
// Only enabled on Android, and for certain layout tests on Linux.
+// TODO(watk): Delete this in favor of ForceOverlayFullscreenVideo after
+// removing chromium's dependency on it. http://crbug.com/511376
OverlayFullscreenVideo
+// For simulating Android's overlay fullscreen video in layout tests on Linux.
+ForceOverlayFullscreenVideo
OverlayScrollbars
PagePopup status=stable
PathOpsSVGClipping status=stable
« no previous file with comments | « Source/core/layout/compositing/GraphicsLayerTreeBuilder.cpp ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698