Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 9a0c97e157628032f0afa0960d1f3cb2 > files > 16

chromium-browser-stable-106.0.5249.119-1.mga8.src.rpm

--- patch/third_party/blink/renderer/platform/graphics/color.cc	2022-09-06 15:55:26.312930915 +0200
+++ patch/third_party/blink/renderer/platform/graphics/color.cc.constexpr	2022-09-06 15:54:20.424847747 +0200
@@ -172,7 +172,7 @@ constexpr void HSLToRGB(double hue,
 }
 
 // Hue is in the range of 0 to 6.0, the remainder are in the range 0 to 1.0
-constexpr RGBA32 MakeRGBAFromHSLA(double hue,
+inline RGBA32 MakeRGBAFromHSLA(double hue,
                                   double saturation,
                                   double lightness,
                                   double alpha) {
@@ -187,7 +187,7 @@ constexpr RGBA32 MakeRGBAFromHSLA(double
 }
 
 // Hue is in the range of 0 to 6.0, the remainder are in the range 0 to 1.0
-constexpr RGBA32 MakeRGBAFromHWBA(double hue,
+inline RGBA32 MakeRGBAFromHWBA(double hue,
                                   double white,
                                   double black,
                                   double alpha) {