Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index c4073ed116e8788728fd06978e1cab55b46df30b..28608481da8035e47650b5d89014bff944efc18b 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -45,6 +45,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
// Android does not yet support SystemMonitor. |
WebRuntimeFeatures::enableOnDeviceChange(false); |
WebRuntimeFeatures::enableMediaSession(true); |
+ WebRuntimeFeatures::enableMediaControlsOverlayPlayButton(true); |
#else // defined(OS_ANDROID) |
WebRuntimeFeatures::enableNavigatorContentUtils(true); |
if (base::FeatureList::IsEnabled( |