blob: bf18f3a6fcd0723c4c6d8cf5eb3f6e09ea613ffd [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/frame/NavigatorConcurrentHardware.h"
#include "public/platform/Platform.h"
namespace blink {
unsigned NavigatorConcurrentHardware::hardwareConcurrency() const {
return Platform::Current()->NumberOfProcessors();
}
} // namespace blink