mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBase to CefBaseRefCounted (issue #2090)
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
// see cef_task.h for details.
|
||||
///
|
||||
/*--cef(source=library)--*/
|
||||
class CefThread : public CefBase {
|
||||
class CefThread : public CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Create and start a new thread. This method does not block waiting for the
|
||||
|
Reference in New Issue
Block a user