Rename CefBase to CefBaseRefCounted (issue #2090)

This commit is contained in:
Marshall Greenblatt
2017-02-09 17:07:43 -05:00
parent 07ba48b082
commit 0afcb82ee6
679 changed files with 2066 additions and 1962 deletions

View File

@ -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