diff --git a/build/patches/Disable-prefers-reduced-motion.patch b/build/patches/Disable-prefers-reduced-motion.patch index f70734a7..60cfdad1 100644 --- a/build/patches/Disable-prefers-reduced-motion.patch +++ b/build/patches/Disable-prefers-reduced-motion.patch @@ -49,7 +49,7 @@ diff --git a/ui/gfx/animation/animation_win.cc b/ui/gfx/animation/animation_win. // static void Animation::UpdatePrefersReducedMotion() { -+ if ((true)) return false; ++ if ((true)) return; // prefers_reduced_motion_ should only be modified on the UI thread. // TODO(crbug.com/40611878): DCHECK this assertion once tests are // well-behaved.