diff options
author | callum_linden <callum@lindenlab.com> | 2017-11-20 16:08:15 -0800 |
---|---|---|
committer | callum_linden <callum@lindenlab.com> | 2017-11-20 16:08:15 -0800 |
commit | 05eba5d7b82e5b5d9c959415b36125b801266231 (patch) | |
tree | b31f069d6c78eba6ecd1d5984ef85231e8931e8c /indra/media_plugins/cef | |
parent | db0e11fae3e7db24d66a1f9be6b0f092bfe69063 (diff) |
Pull in CEF 3203 (Dullanan 1.1.888) Chrome 62 build and re-enable WebGL
Diffstat (limited to 'indra/media_plugins/cef')
-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 f3d7762a08..963c69aeb9 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -115,7 +115,7 @@ MediaPluginBase(host_send_func, host_user_data) mCookiesEnabled = true; mPluginsEnabled = false; mJavascriptEnabled = true; - mDisableGPU = true; + mDisableGPU = false; mUserAgentSubtring = ""; mAuthUsername = ""; mAuthPassword = ""; |