mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision fa6a5d87 (#499098)
This commit is contained in:
@@ -129,7 +129,7 @@ bool CefTaskRunnerImpl::IsSame(CefRefPtr<CefTaskRunner> that) {
|
||||
}
|
||||
|
||||
bool CefTaskRunnerImpl::BelongsToCurrentThread() {
|
||||
return task_runner_->RunsTasksOnCurrentThread();
|
||||
return task_runner_->RunsTasksInCurrentSequence();
|
||||
}
|
||||
|
||||
bool CefTaskRunnerImpl::BelongsToThread(CefThreadId threadId) {
|
||||
|
Reference in New Issue
Block a user