Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 813957 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/3rdparty/chromium/base/task/thread_pool.cc (-2 / +2 lines)
Lines 14-20 Link Here
14
namespace base {
14
namespace base {
15
15
16
namespace {
16
namespace {
17
17
/*
18
class PostTaskAndReplyWithTraitsTaskRunner
18
class PostTaskAndReplyWithTraitsTaskRunner
19
    : public internal::PostTaskAndReplyImpl {
19
    : public internal::PostTaskAndReplyImpl {
20
 public:
20
 public:
Lines 28-34 Link Here
28
  }
28
  }
29
29
30
  const TaskTraits traits_;
30
  const TaskTraits traits_;
31
};
31
};*/
32
32
33
internal::ThreadPoolImpl* GetThreadPoolImpl() {
33
internal::ThreadPoolImpl* GetThreadPoolImpl() {
34
  auto* instance = ThreadPoolInstance::Get();
34
  auto* instance = ThreadPoolInstance::Get();

Return to bug 813957