diff options
| author | callum_linden <none@none> | 2018-03-01 09:34:25 -0800 | 
|---|---|---|
| committer | callum_linden <none@none> | 2018-03-01 09:34:25 -0800 | 
| commit | 278382abd72a02b5e190cb259d2b4806f3908902 (patch) | |
| tree | 6c9511f85221c3e73c3f0d567d86f3657588249c | |
| parent | 5f12e0e63d8211e40a427a764f86af71f331d0d0 (diff) | |
Now CEF supports setting default page background if specifier missing from HTML, set default background color to the Linden default grey (#282828)
| -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 bdd394da4b..d6a6232221 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -496,7 +496,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string)  				dullahan::dullahan_settings settings;  				settings.accept_language_list = mHostLanguage; -				settings.background_color = 0xffffffff; +				settings.background_color = 0xff282828;  				settings.cache_enabled = true;  				settings.cache_path = mCachePath;  				settings.cookie_store_path = mCookiePath; | 
