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:
@ -50,7 +50,7 @@ typedef cef_thread_id_t CefThreadId;
|
||||
// task object destructor.
|
||||
///
|
||||
/*--cef(source=client)--*/
|
||||
class CefTask : public virtual CefBase {
|
||||
class CefTask : public virtual CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Method that will be executed on the target thread.
|
||||
@ -69,7 +69,7 @@ class CefTask : public virtual CefBase {
|
||||
// other CEF threads as appropriate (for example, V8 WebWorker threads).
|
||||
///
|
||||
/*--cef(source=library)--*/
|
||||
class CefTaskRunner : public virtual CefBase {
|
||||
class CefTaskRunner : public virtual CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Returns the task runner for the current thread. Only CEF threads will have
|
||||
|
Reference in New Issue
Block a user