aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_cpu.h')
-rw-r--r--www/chromium/files/patch-base_cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-base_cpu.h b/www/chromium/files/patch-base_cpu.h
index 648d68bdb1c0..f8c188751c1f 100644
--- a/www/chromium/files/patch-base_cpu.h
+++ b/www/chromium/files/patch-base_cpu.h
@@ -1,6 +1,6 @@
---- base/cpu.h.orig 2021-04-14 18:40:48 UTC
+--- base/cpu.h.orig 2021-07-19 18:45:05 UTC
+++ base/cpu.h
-@@ -92,7 +92,7 @@ class BASE_EXPORT CPU final {
+@@ -96,7 +96,7 @@ class BASE_EXPORT CPU final {
IntelMicroArchitecture GetIntelMicroArchitecture() const;
const std::string& cpu_brand() const { return cpu_brand_; }
@@ -9,7 +9,7 @@
defined(OS_AIX)
enum class CoreType {
kUnknown = 0,
-@@ -143,7 +143,7 @@ class BASE_EXPORT CPU final {
+@@ -147,7 +147,7 @@ class BASE_EXPORT CPU final {
// cpuidle driver.
using CoreIdleTimes = std::vector<TimeDelta>;
static bool GetCumulativeCoreIdleTimes(CoreIdleTimes&);