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:
@ -49,7 +49,7 @@
|
||||
// The methods of this class will be called on the browser process UI thread.
|
||||
///
|
||||
/*--cef(source=client)--*/
|
||||
class CefEndTracingCallback : public virtual CefBase {
|
||||
class CefEndTracingCallback : public virtual CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Called after all processes have sent their trace data. |tracing_file| is
|
||||
|
Reference in New Issue
Block a user