Update FCHost to build against new CEF
CEF requires C++11 and thus removed the OVERRIDE macro, requires using nullptr instead of NULL. Version 95 removed some settings: https://bitbucket.org/chromiumembedded/cef/issues/2820/remove-cefbrowsersettings
Showing
- FCHost/fchost/fchost_app.cc 7 additions, 11 deletionsFCHost/fchost/fchost_app.cc
- FCHost/fchost/fchost_app.h 4 additions, 4 deletionsFCHost/fchost/fchost_app.h
- FCHost/fchost/fchost_handler.cc 2 additions, 1 deletionFCHost/fchost/fchost_handler.cc
- FCHost/fchost/fchost_handler.h 14 additions, 14 deletionsFCHost/fchost/fchost_handler.h
- FCHost/fchost/fchost_linux.cc 1 addition, 1 deletionFCHost/fchost/fchost_linux.cc
- FCHost/fchost/fchost_storage_js.cc 2 additions, 2 deletionsFCHost/fchost/fchost_storage_js.cc
- FCHost/fchost/fchost_storage_js.h 1 addition, 1 deletionFCHost/fchost/fchost_storage_js.h
Please register or sign in to comment