| Index: chrome/browser/component_updater/swiftshader_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/swiftshader_component_installer.cc b/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| index 9ce9a750719a614124fbffc25fee4ac4b4e113a6..05cdadde2928ab7c110518afcfc10dd3cb49d841 100644
|
| --- a/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| +++ b/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| @@ -233,7 +233,7 @@ void UpdateChecker::OnGpuInfoUpdate() {
|
| }
|
| }
|
|
|
| -#if BUILDFLAG(ENABLE_SWIFTSHADER)
|
| +#if BUILDFLAG(ENABLE_SWIFTSHADER) && defined(ARCH_CPU_X86)
|
|
|
| // Check if there already is a version of swiftshader installed,
|
| // and if so register it.
|
|
|