From 72f21b399e5a07ee162116f677e643b21e54d7bb Mon Sep 17 00:00:00 2001
From: "callum@gmail.com" <callum@gmail.com>
Date: Mon, 18 Mar 2019 15:36:16 -0700
Subject: Pull in a change to Dullahan that allows user to specify flag that
 lets video/audio autoplay like it did before Chrome 70? (Dullahan v1.1.1320).
 Also sets a flag in media plugin CEF code to change the settings from false
 (default) to true

---
 indra/media_plugins/cef/media_plugin_cef.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'indra/media_plugins')

diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp
index 2bd5526a86..66b316df90 100644
--- a/indra/media_plugins/cef/media_plugin_cef.cpp
+++ b/indra/media_plugins/cef/media_plugin_cef.cpp
@@ -519,6 +519,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string)
 				settings.webgl_enabled = true;
 				settings.log_file = mCefLogFile;
 				settings.log_verbose = mCefLogVerbose;
+				settings.autoplay_without_gesture = true;
 
 				std::vector<std::string> custom_schemes(1, "secondlife");
 				mCEFLib->setCustomSchemes(custom_schemes);
-- 
cgit v1.2.3