Non-POD globals are generally considered bad (see
http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Static_and_Globa
l_Variables). It's probably time to introduce a singleton global context object
that can own these globals as members. The singleton's lifespan could be
controlled by CefApp.cpp (created before CefInitialize and destroyed after
CefShutdown).
Original issue reported on code.google.com by magreenb...@gmail.com on 12 Jan 2015 at 9:53
Original issue reported on code.google.com by
magreenb...@gmail.com
on 12 Jan 2015 at 9:53