diff options
Diffstat (limited to 'www/chromium/files/patch-base_cpu.cc')
-rw-r--r-- | www/chromium/files/patch-base_cpu.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-base_cpu.cc b/www/chromium/files/patch-base_cpu.cc index 231561a3a542..ac9765934a12 100644 --- a/www/chromium/files/patch-base_cpu.cc +++ b/www/chromium/files/patch-base_cpu.cc @@ -1,6 +1,6 @@ ---- base/cpu.cc.orig 2019-10-21 19:06:18 UTC +--- base/cpu.cc.orig 2020-07-07 21:57:30 UTC +++ base/cpu.cc -@@ -14,7 +14,7 @@ +@@ -15,7 +15,7 @@ #include "base/stl_util.h" @@ -9,7 +9,7 @@ #include "base/files/file_util.h" #endif -@@ -135,7 +135,7 @@ uint64_t xgetbv(uint32_t xcr) { +@@ -136,7 +136,7 @@ uint64_t xgetbv(uint32_t xcr) { #endif // ARCH_CPU_X86_FAMILY @@ -18,7 +18,7 @@ std::string* CpuInfoBrand() { static std::string* brand = []() { // This function finds the value from /proc/cpuinfo under the key "model -@@ -165,7 +165,7 @@ std::string* CpuInfoBrand() { +@@ -166,7 +166,7 @@ std::string* CpuInfoBrand() { return brand; } #endif // defined(ARCH_CPU_ARM_FAMILY) && (defined(OS_ANDROID) || @@ -27,7 +27,7 @@ } // namespace -@@ -287,7 +287,7 @@ void CPU::Initialize() { +@@ -288,7 +288,7 @@ void CPU::Initialize() { } } #elif defined(ARCH_CPU_ARM_FAMILY) |