Fix crash when using external message pump (issue #2571)
This commit is contained in:
parent
ae317a5bfd
commit
5671165308
|
@ -16,7 +16,7 @@ namespace {
|
||||||
|
|
||||||
// MessagePump implementation that delegates to OnScheduleMessagePumpWork() for
|
// MessagePump implementation that delegates to OnScheduleMessagePumpWork() for
|
||||||
// scheduling.
|
// scheduling.
|
||||||
class MessagePumpExternal : public base::MessagePump {
|
class MessagePumpExternal : public base::MessagePumpForUI {
|
||||||
public:
|
public:
|
||||||
MessagePumpExternal(float max_time_slice,
|
MessagePumpExternal(float max_time_slice,
|
||||||
CefRefPtr<CefBrowserProcessHandler> handler)
|
CefRefPtr<CefBrowserProcessHandler> handler)
|
||||||
|
|
Loading…
Reference in New Issue