Title: [225025] trunk/Source/WebCore
- Revision
- 225025
- Author
- [email protected]
- Date
- 2017-11-18 17:35:52 -0800 (Sat, 18 Nov 2017)
Log Message
Attempt to fix Windows build failures seen in EWS.
Remove default constructor for ColorComponents, which was ambiguous with the
one that takes 4 values.
* platform/graphics/ColorUtilities.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (225024 => 225025)
--- trunk/Source/WebCore/ChangeLog 2017-11-19 00:48:44 UTC (rev 225024)
+++ trunk/Source/WebCore/ChangeLog 2017-11-19 01:35:52 UTC (rev 225025)
@@ -1,5 +1,14 @@
2017-11-18 Simon Fraser <[email protected]>
+ Attempt to fix Windows build failures seen in EWS.
+
+ Remove default constructor for ColorComponents, which was ambiguous with the
+ one that takes 4 values.
+
+ * platform/graphics/ColorUtilities.h:
+
+2017-11-18 Simon Fraser <[email protected]>
+
Line of garbage pixels at the bottom of an feTurbulence sometimes
https://bugs.webkit.org/show_bug.cgi?id=179866
Modified: trunk/Source/WebCore/platform/graphics/ColorUtilities.h (225024 => 225025)
--- trunk/Source/WebCore/platform/graphics/ColorUtilities.h 2017-11-19 00:48:44 UTC (rev 225024)
+++ trunk/Source/WebCore/platform/graphics/ColorUtilities.h 2017-11-19 01:35:52 UTC (rev 225025)
@@ -92,7 +92,6 @@
};
struct ColorComponents {
- ColorComponents() = default;
ColorComponents(const FloatComponents&);
ColorComponents(uint8_t a = 0, uint8_t b = 0, uint8_t c = 0, uint8_t d = 0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes