Changeset 243675 in webkit
- Timestamp:
- Mar 30, 2019, 2:19:37 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/Region.cpp (modified) (1 diff)
-
platform/graphics/RoundedRect.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243674 r243675 1 2019-03-30 Antti Koivisto <antti@apple.com> 2 3 Try to fix Windows build. 4 5 * platform/graphics/Region.cpp: 6 * platform/graphics/RoundedRect.cpp: 7 1 8 2019-03-30 Antti Koivisto <antti@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/Region.cpp
r243674 r243675 28 28 29 29 #include <stdio.h> 30 #include <wtf/text/TextStream.h> 30 31 31 32 // A region class based on the paper "Scanline Coherent Shape Algebra" -
trunk/Source/WebCore/platform/graphics/RoundedRect.cpp
r243674 r243675 36 36 37 37 #include <algorithm> 38 #include <math.h> 38 39 39 40 namespace WebCore {
Note:
See TracChangeset
for help on using the changeset viewer.