mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 96.0.4664.0 (#929512)
This commit is contained in:
@ -40,7 +40,7 @@ bool CefPostDelayedTask(CefThreadId threadId,
|
||||
if (task_runner.get()) {
|
||||
return task_runner->PostDelayedTask(
|
||||
FROM_HERE, base::BindOnce(&CefTask::Execute, task.get()),
|
||||
base::TimeDelta::FromMilliseconds(delay_ms));
|
||||
base::Milliseconds(delay_ms));
|
||||
}
|
||||
|
||||
LOG(WARNING) << "No task runner for threadId " << threadId;
|
||||
|
Reference in New Issue
Block a user