Skip to content
Snippets Groups Projects
Commit b05c2c0a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix build

parent 40178951
No related branches found
No related tags found
No related merge requests found
...@@ -531,9 +531,9 @@ void MediaPluginCEF::receiveMessage(const char* message_string) ...@@ -531,9 +531,9 @@ void MediaPluginCEF::receiveMessage(const char* message_string)
settings.accept_language_list = mHostLanguage; settings.accept_language_list = mHostLanguage;
settings.background_color = 0xffffffff; settings.background_color = 0xffffffff;
settings.cache_enabled = true; settings.cache_enabled = true;
settings.root_cache_path = mRootCachePath; //settings.root_cache_path = mRootCachePath;
settings.cache_path = mCachePath; settings.cache_path = mCachePath;
settings.context_cache_path = mContextCachePath; //settings.context_cache_path = mContextCachePath;
settings.cookies_enabled = mCookiesEnabled; settings.cookies_enabled = mCookiesEnabled;
settings.disable_gpu = mDisableGPU; settings.disable_gpu = mDisableGPU;
#if LL_DARWIN #if LL_DARWIN
......
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
#include "llpanelprofilepicks.h" #include "llpanelprofilepicks.h"
#include "lltrans.h" #include "lltrans.h"
#include "llviewercontrol.h" #include "llviewercontrol.h"
#include "llviewermenu.h"
#include "llvoiceclient.h" #include "llvoiceclient.h"
#include "llweb.h" #include "llweb.h"
#include "rlvhandler.h" #include "rlvhandler.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment