From 2dbf46f1d5634c12b51a9e25f0908957d6a45537 Mon Sep 17 00:00:00 2001 From: Zachary Lund Date: Thu, 13 Dec 2018 10:05:41 -0800 Subject: [PATCH] Update libcef in browser source (#25) * Update libcef to 3.3578.1859.g3563564 --- CI/win-build.cmd | 2 +- slobs-appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/win-build.cmd b/CI/win-build.cmd index 7806c46bf0b2f8..1c5c54612148f2 100644 --- a/CI/win-build.cmd +++ b/CI/win-build.cmd @@ -34,7 +34,7 @@ cmake ^ -DBROWSER_FRONTEND_API_SUPPORT=false ^ -DBROWSER_PANEL_SUPPORT=false ^ -DBROWSER_USE_STATIC_CRT=false ^ - -DEXPERIMENTAL_SHARED_TEXTURE_SUPPORT=false + -DEXPERIMENTAL_SHARED_TEXTURE_SUPPORT=true cmake ^ --build "%BuildPath64%" ^ diff --git a/slobs-appveyor.yml b/slobs-appveyor.yml index 8da49a846b5cc8..93bc3640c2781a 100644 --- a/slobs-appveyor.yml +++ b/slobs-appveyor.yml @@ -22,7 +22,7 @@ environment: BuildPath32: $(APPVEYOR_BUILD_FOLDER)\build32 BuildPath64: $(APPVEYOR_BUILD_FOLDER)\build64 InstallPath: $(APPVEYOR_BUILD_FOLDER)\packed_build - CefVersion: 3.3396.1779.g36f9eab + CefVersion: 3.3578.1859.g3563564 CefDirName: cef_binary_$(CefVersion)_windows64 CefPath: $(APPVEYOR_BUILD_FOLDER)\$(CefDirName) CefBuildPath: $(CefPath)\build