Title: [243675] trunk/Source/WebCore
- Revision
- 243675
- Author
- [email protected]
- Date
- 2019-03-30 02:19:37 -0700 (Sat, 30 Mar 2019)
Log Message
Try to fix Windows build.
* platform/graphics/Region.cpp:
* platform/graphics/RoundedRect.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (243674 => 243675)
--- trunk/Source/WebCore/ChangeLog 2019-03-30 08:28:07 UTC (rev 243674)
+++ trunk/Source/WebCore/ChangeLog 2019-03-30 09:19:37 UTC (rev 243675)
@@ -1,5 +1,12 @@
2019-03-30 Antti Koivisto <[email protected]>
+ Try to fix Windows build.
+
+ * platform/graphics/Region.cpp:
+ * platform/graphics/RoundedRect.cpp:
+
+2019-03-30 Antti Koivisto <[email protected]>
+
Hit-testing of boxes over scrollers should account for border-radius
https://bugs.webkit.org/show_bug.cgi?id=195374
<rdar://problem/48649993>
Modified: trunk/Source/WebCore/platform/graphics/Region.cpp (243674 => 243675)
--- trunk/Source/WebCore/platform/graphics/Region.cpp 2019-03-30 08:28:07 UTC (rev 243674)
+++ trunk/Source/WebCore/platform/graphics/Region.cpp 2019-03-30 09:19:37 UTC (rev 243675)
@@ -27,6 +27,7 @@
#include "Region.h"
#include <stdio.h>
+#include <wtf/text/TextStream.h>
// A region class based on the paper "Scanline Coherent Shape Algebra"
// by Jonathan E. Steinhart from the book "Graphics Gems II".
Modified: trunk/Source/WebCore/platform/graphics/RoundedRect.cpp (243674 => 243675)
--- trunk/Source/WebCore/platform/graphics/RoundedRect.cpp 2019-03-30 08:28:07 UTC (rev 243674)
+++ trunk/Source/WebCore/platform/graphics/RoundedRect.cpp 2019-03-30 09:19:37 UTC (rev 243675)
@@ -35,6 +35,7 @@
#include "Region.h"
#include <algorithm>
+#include <math.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes