1 --- chrome/browser/devtools/devtools_eye_dropper.cc.orig 2022-02-28 16:54:41 UTC 2 +++ chrome/browser/devtools/devtools_eye_dropper.cc 3 @@ -186,7 +186,7 @@ void DevToolsEyeDropper::UpdateCursor() { 4 // magnified projection only with centered hotspot. 5 // Mac Retina requires cursor to be > 120px in order to render smoothly. 6 7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 9 const float kCursorSize = 63; 10 const float kDiameter = 63; 11 const float kHotspotOffset = 32; 12