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:
@ -52,7 +52,7 @@
|
||||
// process UI or IO threads.
|
||||
///
|
||||
/*--cef(source=library)--*/
|
||||
class CefWaitableEvent : public CefBase {
|
||||
class CefWaitableEvent : public CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Create a new waitable event. If |automatic_reset| is true then the event
|
||||
|
Reference in New Issue
Block a user