diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 21:58:10 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 21:58:10 +0300 |
commit | 823cef92ed9f22943888172f35b88f1a8efa0d8b (patch) | |
tree | 716a06f4b9584a5c85ded985c06d20224addd992 /indra/media_plugins | |
parent | 8d77d51e636f5384b0b024350a0a219e041b5446 (diff) | |
parent | ef423bfb81283a657207274b20d0ab012962656a (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/media_plugins')
-rw-r--r-- | indra/media_plugins/cef/media_plugin_cef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 264289abac..07d82d1a93 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -504,7 +504,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string) dullahan::dullahan_settings settings; settings.accept_language_list = mHostLanguage; - settings.background_color = 0xff282828; + settings.background_color = 0xffffffff; settings.cache_enabled = true; settings.cache_path = mCachePath; settings.cookies_enabled = mCookiesEnabled; |